Create the attribute id resulting for adding the language base attribute id.
| C# | Visual Basic |
public static ServiceAttributeId CreateLanguageBasedAttributeId( ServiceAttributeId id, ServiceAttributeId baseId )
Public Shared Function CreateLanguageBasedAttributeId ( _ id As ServiceAttributeId, _ baseId As ServiceAttributeId _ ) As ServiceAttributeId
- id (ServiceAttributeId)
[Missing <param name="id"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.ServiceAttributeId,InTheHand.Net.Bluetooth.ServiceAttributeId)"]
- baseId (ServiceAttributeId)
[Missing <param name="baseId"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.ServiceAttributeId,InTheHand.Net.Bluetooth.ServiceAttributeId)"]
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.ServiceAttributeId,InTheHand.Net.Bluetooth.ServiceAttributeId)"]
| Exception | Condition |
|---|---|
| OverflowException |
baseId added to the id
would create an id that cannot be represented as an Attribute Id.
|