共用方式為


ContextNodeBase.GetStrokeIds 方法

只能與基底物件搭配使用。針對 ContextNodeBase 物件內的筆劃傳回識別項陣列。

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

語法

'宣告
Public Function GetStrokeIds As Integer()
'用途
Dim instance As ContextNodeBase
Dim returnValue As Integer()

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

傳回值

型別:array<System.Int32[]
整數的陣列,此為 ContextNodeBase 物件內筆劃的識別項。

平台

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

ContextNode.Strokes