Freigeben über


GraphObject.HasValue-Methode (GraphProperty)

Gibt true zurück, wenn die angegebene Anmerkung vorhanden ist.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Boolean
True, wenn die Anmerkung vorhanden; andernfalls false.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Wird ausgelöst, wenn Schlüssel ungültig ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

HasValue-Überladung

Microsoft.VisualStudio.GraphModel-Namespace