Condividi tramite


Metodo GraphObject.GetValue (GraphProperty)

Ottiene il valore dell'annotazione specificata.

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

Sintassi

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

Parametri

Valore restituito

Tipo: System.Object
Oggetto associato all'annotazione, o null.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Overload GetValue

Spazio dei nomi Microsoft.VisualStudio.GraphModel