IGraphContext.RequestedProperties Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ RequestedProperties { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphProperty> RequestedProperties { get; }
member this.RequestedProperties : seq<Microsoft.VisualStudio.GraphModel.GraphProperty>
Public ReadOnly Property RequestedProperties As IEnumerable(Of GraphProperty)

Property Value

Applies to