Freigeben über


GraphObject.HasValue-Methode

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: System.Boolean
TRUE, wenn die Anmerkung vorhanden ist, andernfalls FALSE

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace