Condividi tramite


Campo PropertyGuidsForAnalysisHintsBase.Name

Aggiornamento: novembre 2007

Specifica il GUID per ottenere e impostare l'oggetto String che rappresenta il nome di un suggerimento di analisi.

Spazio dei nomi:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Name As Guid
'Utilizzo
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

Note

Questo campo rappresenta il nome di un oggetto ContextNode di tipo AnalysisHint.

Esempi

Nell'esempio seguente viene illustrato il campo 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);
}

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

PropertyGuidsForAnalysisHintsBase Classe

Membri PropertyGuidsForAnalysisHintsBase

Spazio dei nomi System.Windows.Ink.AnalysisCore