共用方式為


BinaryId.Length 屬性

定義

取得識別碼的長度。

public:
 property unsigned int Length { unsigned int get(); };
uint32_t Length();
public uint Length { get; }
var uInt32 = binaryId.length;
Public ReadOnly Property Length As UInteger

屬性值

UInt32

unsigned int

uint32_t

識別碼的長度。

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

適用於