Método GraphObject.GetValue (GraphProperty)

Obtém o valor da anotação especificado.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Object
objeto associado com a anotação ou nulo

Segurança do .NET Framework

Consulte também

Referência

GraphObject Classe

Sobrecargas GetValue

Namespace Microsoft.VisualStudio.GraphModel