ServiceRecordContains(ServiceAttributeId, LanguageBaseItem) Method
Determines whether a TextString service attribute with the specified ID
and natural language
is in the List.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public bool Contains(
ServiceAttributeId id,
LanguageBaseItem language
)
Public Function Contains (
id As ServiceAttributeId,
language As LanguageBaseItem
) As Boolean
public:
bool Contains(
ServiceAttributeId id,
LanguageBaseItem^ language
)
member Contains :
id : ServiceAttributeId *
language : LanguageBaseItem -> bool
- id ServiceAttributeId
- The id of the service attribute to locate, as a
ServiceAttributeId.
- language LanguageBaseItem
-
Which multi-language version of the string attribute to locate.
Booleantrue if item is found in the record; otherwise, false.