共用方式為


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 命名空間