Gets the list of LanguageBaseItem
items in the service record.
| C# | Visual Basic |
public static LanguageBaseItem[] ParseListFromElementSequence( ServiceElement elementSequence )
Public Shared Function ParseListFromElementSequence ( _ elementSequence As ServiceElement _ ) As LanguageBaseItem()
- elementSequence (ServiceElement)
- A ServiceElement holding the data from the LanguageBaseAttributeIdList attribute.
An array of LanguageBaseItem.
An array length zero is returned if the service record contains no such attribute.
| Exception | Condition |
|---|---|
| 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.
|