AnalysisHintNode.FindAssociatedStrokes 方法
傳回 InkAnalyzer 已套用目前分析提示的筆劃。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.dll 中)
語法
'宣告
Public Function FindAssociatedStrokes As StrokeCollection
'用途
Dim instance As AnalysisHintNode
Dim returnValue As StrokeCollection
returnValue = instance.FindAssociatedStrokes()
public StrokeCollection FindAssociatedStrokes()
public:
StrokeCollection^ FindAssociatedStrokes()
public StrokeCollection FindAssociatedStrokes()
public function FindAssociatedStrokes() : StrokeCollection
傳回值
型別:System.Windows.Ink.StrokeCollection
InkAnalyzer 已套用目前分析提示的筆劃。
備註
這個方法所傳回的 StrokeCollection 與您透過結合 ContextNode 物件之 ContextNode.Strokes 與提示所連結的 ContextNode.Strokes 時取得的集合一樣。
範例
這個範例會將所有與 theHintNode 提示相關聯的筆劃加入至名為 selectedStrokes 的 StrokeCollection。
' Select all the strokes associated with theHintNode.
Me.selectedStrokes.Add(theHintNode.FindAssociatedStrokes())
// Select all the strokes associated with theHintNode.
this.selectedStrokes.Add(theHintNode.FindAssociatedStrokes());
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0