Condividi tramite


Proprietà IGraphContext.RequestedProperties

Le proprietà analizza per essere restituiti nei nodi di input e output.

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

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGraphContext Interfaccia

Spazio dei nomi Microsoft.VisualStudio.GraphModel