Partager via


GraphObject.GetValue, méthode (String)

Obtient la valeur de la propriété spécifiée.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function GetValue ( _
    propertyId As String _
) As Object
public Object GetValue(
    string propertyId
)
public:
Object^ GetValue(
    String^ propertyId
)
member GetValue : 
        propertyId:string -> Object
public function GetValue(
    propertyId : String
) : Object

Paramètres

  • propertyId
    Type : String

    Clé d'annotation.

Valeur de retour

Type : Object
Objet associé à la propriété, ou null.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

GetValue, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms