IGraphContext.RequestedProperties 属性

请求的属性在返回的输入和输出节点。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
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>

属性值

类型:IEnumerable<GraphProperty>

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间