認識エンジンが RecognitionAlternates コレクションの生成に使用した Strokes コレクションを取得します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public ReadOnly Property Strokes As Strokes
'使用
Dim instance As RecognitionAlternates
Dim value As Strokes
value = instance.Strokes
public Strokes Strokes { get; }
public:
property Strokes^ Strokes {
Strokes^ get ();
}
/** @property */
public Strokes get_Strokes()
public function get Strokes () : Strokes
プロパティ値
型 : Microsoft.Ink.Strokes
認識エンジンが RecognitionAlternates コレクションの生成に使用した Strokes コレクション。
例
この C# の例では、RecognitionAlternates コレクション theRecognitionAlternates の Strokes プロパティを、Strokes コレクション theStrokes に割り当てます。
[C#]
Strokes theStrokes = theRecognitionAlternates.Strokes;
この Microsoft® Visual Basic® .NET の例では、RecognitionAlternates コレクション theRecognitionAlternates の Strokes プロパティを、Strokes コレクション theStrokes に割り当てます。
[Visual Basic]
Dim theStrokes As Strokes = theRecognitionAlternates.Strokes
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0