IPacket.Count 属性

更新:2007 年 11 月

获取数据包中数据对象的总数。

命名空间:  Microsoft.SmartDevice.DeviceAgentTransport
程序集:  Microsoft.SmartDevice.DeviceAgentTransport(在 Microsoft.SmartDevice.DeviceAgentTransport.dll 中)

语法

声明
ReadOnly Property Count As Integer
用法
Dim instance As IPacket
Dim value As Integer

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
function get Count () : int

属性值

类型:System.Int32

数据包中数据对象的数目。

权限

另请参见

参考

IPacket 接口

IPacket 成员

Microsoft.SmartDevice.DeviceAgentTransport 命名空间