IGraphContext.RequestedProperties (Propiedad)

Las propiedades solicitadas para estar en los nodos devueltos de entrada y salida.

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

Sintaxis

'Declaración
ReadOnly Property RequestedProperties As IEnumerable(Of GraphProperty)
IEnumerable<GraphProperty> RequestedProperties { get; }
property IEnumerable<GraphProperty^>^ RequestedProperties {
    IEnumerable<GraphProperty^>^ get ();
}
abstract RequestedProperties : IEnumerable<GraphProperty>
function get RequestedProperties () : IEnumerable<GraphProperty>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<GraphProperty>

Seguridad de .NET Framework

Vea también

Referencia

IGraphContext Interfaz

Microsoft.VisualStudio.GraphModel (Espacio de nombres)