Condividi tramite


Metodo GraphObject.GetValue (String)

Ottiene il valore della proprietà specificata.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Object
Oggetto associato alla proprietà, o null.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Overload GetValue

Spazio dei nomi Microsoft.VisualStudio.GraphModel