GraphObject.GetValue, méthode (GraphProperty)
Obtient la valeur de l'annotation spécifiée.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function GetValue ( _
property As GraphProperty _
) As Object
public Object GetValue(
GraphProperty property
)
public:
Object^ GetValue(
GraphProperty^ property
)
member GetValue :
property:GraphProperty -> Object
public function GetValue(
property : GraphProperty
) : Object
Paramètres
property
Type : Microsoft.VisualStudio.GraphModel.GraphPropertyClé d'annotation.
Valeur de retour
Type : Object
Objet associé à l'annotation, ou null.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.