Freigeben über


GraphObject.GetValue-Methode (String)

Ruft den Wert der angegebenen Eigenschaft ab.

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

Syntax

'Declaration
Public Function GetValue ( _
    propertyId As String _
) As Object
public Object GetValue(
    string propertyId
)
public:
Object^ GetValue(
    String^ propertyId
)
member GetValue : 
        propertyId:string -> Object
public function GetValue(
    propertyId : String
) : Object

Parameter

  • propertyId
    Typ: String

    Anmerkungstaste.

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

GetValue-Überladung

Microsoft.VisualStudio.GraphModel-Namespace