In The Hand
ParseListFromElementSequence Method (elementSequence)
NamespacesInTheHand.Net.BluetoothLanguageBaseItemParseListFromElementSequence(ServiceElement)
.NET Components for Mobility
Gets the list of LanguageBaseItem items in the service record.
Declaration Syntax
C#Visual Basic
public static LanguageBaseItem[] ParseListFromElementSequence(
	ServiceElement elementSequence
)
Public Shared Function ParseListFromElementSequence ( _
	elementSequence As ServiceElement _
) As LanguageBaseItem()
Parameters
elementSequence (ServiceElement)
A ServiceElement holding the data from the LanguageBaseAttributeIdList attribute.
Return Value
An array of LanguageBaseItem. An array length zero is returned if the service record contains no such attribute.
Exceptions
ExceptionCondition
ArgumentException elementSequence is not of type ElementSequence.
ProtocolViolationException The element sequence contains incorrectly formatted or invalid content, for example it contains the wrong element data types, or doesn't contain the elements in groups of three as required.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0