IGraphContext::RequestedProperties Property
Visual Studio 2015
The properties requested to be on the returned input and output nodes.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
property IEnumerable<GraphProperty^>^ RequestedProperties {
IEnumerable<GraphProperty^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<GraphProperty^>^
Show: