Condividi tramite


IGraphContext.RequestedProperties Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The properties requested to be on the returned input and output nodes.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace