共用方式為


ContextNodeBase.GetPacketDescription 方法

只能與基底類別搭配使用。取得 Guid 型別的陣列,描述儲存在具有指定之識別項的筆劃中封包資料的型別。

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public Function GetPacketDescription ( _
    strokeId As Integer _
) As Guid()
'用途
Dim instance As ContextNodeBase
Dim strokeId As Integer
Dim returnValue As Guid()

returnValue = instance.GetPacketDescription(strokeId)
public Guid[] GetPacketDescription(
    int strokeId
)
public:
array<Guid>^ GetPacketDescription(
    int strokeId
)
public Guid[] GetPacketDescription(
    int strokeId
)
public function GetPacketDescription(
    strokeId : int
) : Guid[]

參數

傳回值

型別:array<System.Guid[]
Guid 型別的陣列,描述儲存在具有指定之識別項的筆劃中封包資料的型別。

備註

如果 ContextNodeBase 物件未包含具有 strokeId 識別項的筆劃,則會擲回 ArgumentException

平台

Windows Vista, Windows XP SP2, Windows Server 2003

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

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ContextNodeBase 類別

ContextNodeBase 成員

System.Windows.Ink.AnalysisCore 命名空間

ContextNodeBase.GetPacketData