次の方法で共有


PropertyGuidsForAnalysisHintsBase.Factoid フィールド

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

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

構文

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

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

解説

このフィールドは、AnalysisHint 型の ContextNodeFactoid クラスを表しています。

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

' Get factoid for analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.Factoid) Then
    Dim myFactoid = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.Factoid), Factoid)
End If
// Get factoid for analysis hint
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.Factoid))
{
    Factoid myFactoid =
        (Factoid)myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.Factoid);
}

プラットフォーム

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