Partilhar via


Propriedade IGraphContext.RequestedProperties

As propriedades solicitado para estar em nós retornados de entrada e saída.

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

Sintaxe

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

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

Segurança do .NET Framework

Consulte também

Referência

IGraphContext Interface

Namespace Microsoft.VisualStudio.GraphModel