Partager via


PropertyGuidsForContextNodes.ShapeName, champ

Mise à jour : November 2007

Spécifie l'identificateur global unique (GUID) permettant d'obtenir le String (page pouvant être en anglais) qui représente le nom de la forme sur un dessin manuscrit.

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

Syntaxe

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

value = PropertyGuidsForContextNodes.ShapeName
public static readonly Guid ShapeName
public:
static initonly Guid ShapeName
public static final Guid ShapeName
public static final var ShapeName : Guid

Notes

Ce champ représente le nom de la forme sur un ContextNode de type InkDrawing.

Exemples

L'exemple suivant présente le champ ShapeName.

' Get the name of the shape on an ink drawing
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.ShapeName) Then
    Dim myShapeName As String = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.ShapeName), String)
End If
// Get the name of the shape on an ink drawing
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.ShapeName))
{
    string myShapeName =
        (string)myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.ShapeName);
}

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

PropertyGuidsForContextNodes, classe

Membres PropertyGuidsForContextNodes

Microsoft.Ink, espace de noms