Partager via


PropertyGuidsForContextNodesBase.NodeData, champ

Mise à jour : November 2007

Spécifie l'identificateur global unique (GUID) permettant d'obtenir ou de définir le GUID qui représente les données image ou texte sur un mot image ou texte.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

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

value = PropertyGuidsForContextNodesBase.NodeData
public static readonly Guid NodeData
public:
static initonly Guid NodeData
public static final Guid NodeData
public static final var NodeData : Guid

Notes

Ce champ représente respectivement les données image ou texte sur un ContextNode de type Image ou TextWord.

Exemples

L'exemple suivant présente le champ NodeData.

' Get the GUID that represents the image data or text data on an image or text word
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.NodeData) Then
    Dim myNodeData As Guid = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.NodeData), Guid)
End If
// Get the GUID that represents the image data or text data on an image or text word
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.NodeData))
{
    Guid myNodeData =
        (Guid)myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.NodeData);
}

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

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

PropertyGuidsForContextNodesBase, classe

Membres PropertyGuidsForContextNodesBase

System.Windows.Ink.AnalysisCore, espace de noms