Compartir a través de


GraphObject.GetValue<T> (Método) (GraphProperty, Graph, GraphCategory%)

Obtiene el valor de la propiedad especificada, y también devuelve la categoría de la que se heredó este valor de propiedad, si existe.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public Function GetValue(Of T) ( _
    property As GraphProperty, _
    schemaForInheritedProperties As Graph, _
    <OutAttribute> ByRef category As GraphCategory _
) As T
public T GetValue<T>(
    GraphProperty property,
    Graph schemaForInheritedProperties,
    out GraphCategory category
)
public:
generic<typename T>
T GetValue(
    GraphProperty^ property, 
    Graph^ schemaForInheritedProperties, 
    [OutAttribute] GraphCategory^% category
)
member GetValue : 
        property:GraphProperty * 
        schemaForInheritedProperties:Graph * 
        category:GraphCategory byref -> 'T 
JScript no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • T
    tipo de datos que se va a devolver

Parámetros

Valor devuelto

Tipo: T
valor de la propiedad dada

Seguridad de .NET Framework

Vea también

Referencia

GraphObject Clase

GetValue (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)