Condividi tramite


Metodo GraphObject.GetSchemaValue

Ottiene il valore specifico della proprietà, se esiste.

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

Sintassi

'Dichiarazione
Protected Friend Overridable Function GetSchemaValue ( _
    graphProperty As GraphProperty _
) As Object
protected internal virtual Object GetSchemaValue(
    GraphProperty graphProperty
)
protected public:
virtual Object^ GetSchemaValue(
    GraphProperty^ graphProperty
)
abstract GetSchemaValue : 
        graphProperty:GraphProperty -> Object 
override GetSchemaValue : 
        graphProperty:GraphProperty -> Object 
 function GetSchemaValue(
    graphProperty : GraphProperty
) : Object

Parametri

Valore restituito

Tipo: System.Object
Il valore specifico della proprietà.Null se tale valore esistente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel