更新: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
封包中資料物件的數目。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。