Поделиться через


AnalysisHintNode.FindAssociatedStrokes - метод

Обновлен: Ноябрь 2007

Returns the strokes to which the InkAnalyzer has applied this analysis hint.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)

Синтаксис

'Декларация
Public Function FindAssociatedStrokes As Strokes
'Применение
Dim instance As AnalysisHintNode
Dim returnValue As Strokes

returnValue = instance.FindAssociatedStrokes()
public Strokes FindAssociatedStrokes()
public:
Strokes^ FindAssociatedStrokes()
public Strokes FindAssociatedStrokes()
public function FindAssociatedStrokes() : Strokes

Возвращаемое значение

Тип: Microsoft.Ink.Strokes
The strokes to which the InkAnalyzer has applied this analysis hint.

Заметки

The strokes collection returned by this method is the same collection that you would get by combining the ContextNode.Strokes of the ContextNode objects to which the hint is linked.

Примеры

This example adds all of the strokes associated with the hint, theHintNode, to a strokes collection, selectedStrokes.

' 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

См. также

Ссылки

AnalysisHintNode Класс

AnalysisHintNode - члены

Microsoft.Ink - пространство имен