Partager via


GraphObject.HasValue, méthode (GraphProperty)

Renvoie 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

Valeur de retour

Type : Boolean
True si l'annotation existe ; sinon false.

Exceptions

Exception Condition
ArgumentNullException

Levée si la clé est null.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

HasValue, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms