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 功能。

适用于