Partager via


PropertyGuidsForAnalysisHints.Name, champ

Mise à jour : November 2007

Spécifie l'identificateur global unique (GUID) permettant d'obtenir et de définir le String qui représente le nom d'une indication d'analyse.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Name As Guid
'Utilisation
Dim value As Guid

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

Notes

Ce champ représente le nom d'un ContextNode de type AnalysisHint.

Exemples

L'exemple suivant présente le champ 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);
}

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

PropertyGuidsForAnalysisHints, classe

Membres PropertyGuidsForAnalysisHints

Microsoft.Ink, espace de noms