public static ServiceAttributeId CreateLanguageBasedAttributeId(
ServiceAttributeId id,
ServiceAttributeId baseId
)
Public Shared Function CreateLanguageBasedAttributeId (
id As ServiceAttributeId,
baseId As ServiceAttributeId
) As ServiceAttributeId
public:
static ServiceAttributeId CreateLanguageBasedAttributeId(
ServiceAttributeId id,
ServiceAttributeId baseId
)
static member CreateLanguageBasedAttributeId :
id : ServiceAttributeId *
baseId : ServiceAttributeId -> ServiceAttributeId
[Missing <param name="id"/> documentation for "M:InTheHand.Net.Bluetooth.Sdp.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId,InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId)"]
[Missing <param name="baseId"/> documentation for "M:InTheHand.Net.Bluetooth.Sdp.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId,InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId)"]
OverflowException | baseId added to the id would create an id that cannot be represented as an Attribute Id. |