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 :  System.Windows.Ink
Assembly :  IAWinFX (dans IAWinFX.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 effectue une vérification pour un Name existant dans la méthode ContainsPropertyData d'un AnalysisHintNode. Si le champ Name existe, les données de propriété retournées de type String remplissent myName (Visual Basic) ou myInkRecognizerGuideBaseByGuid (C#).

' Get the name of the analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.Name) Then

    Dim myInkRecognizerGuideBaseByGuid As String = _
        CStr(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.Name))
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

System.Windows.Ink, espace de noms