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 : StringClé d'annotation.
Valeur de retour
Type : Object
Objet associé à la propriété, 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.