共用方式為


Stroke.PacketDescription 屬性

取得 Guid 型別的陣列,描述儲存在 Stroke 物件中的「封包」資料型別。

命名空間:  Microsoft.Ink
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
Public ReadOnly Property PacketDescription As Guid()
'用途
Dim instance As Stroke
Dim value As Guid()

value = instance.PacketDescription
public Guid[] PacketDescription { get; }
public:
property array<Guid>^ PacketDescription {
    array<Guid>^ get ();
}
/** @property */
public Guid[] get_PacketDescription()
public function get PacketDescription () : Guid[]

屬性值

型別:array<System.Guid[]
Guid 型別的陣列,描述儲存在 Stroke 物件中的「封包」資料型別。

備註

如需完整的可用封包屬性清單,請參閱 PacketProperty 物件。

範例

這個 C# 範例會傳回 Stroke (theStroke) 中儲存為全域唯一識別項 (GUID) 的封包資料陣列。

System.Guid[] thePacketDescription = theStroke.PacketDescription;

這個 Microsoft Visual Basic .NET 範例會傳回 Stroke (theStroke) 中儲存為 GUID 的封包資料陣列。

Dim thePacketDescription() As Guid = theStroke.PacketDescription

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

Stroke 類別

Stroke 成員

Microsoft.Ink 命名空間

PacketProperty