次の方法で共有


PropertyGuidsForAnalysisHintsBase.Guide フィールド

分析のヒントのガイドを表す InkRecognizerGuideBase を取得および設定するためのグローバル一意識別子 (GUID) を指定します。

名前空間 :  System.Windows.Ink.AnalysisCore
アセンブリ :  IACore (IACore.dll 内)

構文

'宣言
Public Shared ReadOnly Guide As Guid
'使用
Dim value As Guid

value = PropertyGuidsForAnalysisHintsBase.Guide
public static readonly Guid Guide
public:
static initonly Guid Guide
public static final Guid Guide
public static final var Guide : Guid

解説

このフィールドは、AnalysisHint 型の ContextNodeInkRecognizerGuideBase を表しています。ガイドは、インクが描画および認識される領域です。

Guide フィールドの例を次に示します。

' Get guide for analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.Guide) Then
    Dim myGuide As InkRecognizerGuideBase = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.Guide), InkRecognizerGuideBase)
End If
// Get guide for analysis hint
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.Guide))
{
    InkRecognizerGuideBase myInkRecognizerGuideBaseByGuid =
        (InkRecognizerGuideBase)myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.Guide);
}

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

PropertyGuidsForAnalysisHintsBase クラス

PropertyGuidsForAnalysisHintsBase メンバ

System.Windows.Ink.AnalysisCore 名前空間