Freigeben über


GraphObject.GetValue-Methode (GraphProperty)

Ruft den Wert der angegebenen Anmerkung ab.

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

Syntax

'Declaration
Public Function GetValue ( _
    property As GraphProperty _
) As Object
public Object GetValue(
    GraphProperty property
)
public:
Object^ GetValue(
    GraphProperty^ property
)
member GetValue : 
        property:GraphProperty -> Object
public function GetValue(
    property : GraphProperty
) : Object

Parameter

Rückgabewert

Typ: Object
Übernehmen Sie für die Anmerkung, ein oder versehen ungültig.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

GetValue-Überladung

Microsoft.VisualStudio.GraphModel-Namespace