次の方法で共有


PropertyGuidsForAnalysisHintsBase.Name フィールド

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

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

構文

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

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

解説

このフィールドは、AnalysisHint 型の ContextNode の名前を表しています。

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

' Get the name of the analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.Name) Then
    Dim myName As String = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.Name), String)
End If
// Get the name of the analysis hint
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.Name))
{
    string myInkRecognizerGuideBaseByGuid =
        (string)myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.Name);
}

プラットフォーム

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