GraphObject.HasValue, méthode
Retourne la valeur true si l'annotation spécifiée existe.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function HasValue ( _
property As GraphProperty _
) As Boolean
public bool HasValue(
GraphProperty property
)
public:
bool HasValue(
GraphProperty^ property
)
member HasValue :
property:GraphProperty -> bool
public function HasValue(
property : GraphProperty
) : boolean
Paramètres
- property
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
clé d'annotation
Valeur de retour
Type : System.Boolean
true si l'annotation existe ; sinon, false
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.