GraphConditionalStyle.Conditions 属性

获取组条件。

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

语法

声明
Public ReadOnly Property Conditions As GraphConditionCollection
public GraphConditionCollection Conditions { get; }
public:
property GraphConditionCollection^ Conditions {
    GraphConditionCollection^ get ();
}
member Conditions : GraphConditionCollection with get
function get Conditions () : GraphConditionCollection

属性值

类型:Microsoft.VisualStudio.GraphModel.Styles.GraphConditionCollection
返回 GraphConditionCollection

.NET Framework 安全性

请参阅

参考

GraphConditionalStyle 类

Microsoft.VisualStudio.GraphModel.Styles 命名空间