Partager via


GraphObject.HasValue, méthode (GraphProperty)

Retourne la valeur true si l'annotation spécifié 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 : System.Boolean
True si l'annotation existe ; 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