GraphCommonSchema.Expression 属性

该“表达式”属性由“条件”和 Setter 元素使用。

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

语法

声明
Public Shared Property Expression As GraphProperty
public static GraphProperty Expression { get; private set; }
public:
static property GraphProperty^ Expression {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member Expression : GraphProperty with get, private set
static function get Expression () : GraphProperty 
private static function set Expression (value : GraphProperty)

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework 安全性

请参阅

参考

GraphCommonSchema 类

Microsoft.VisualStudio.GraphModel 命名空间