GraphCommonSchema.IsTag 属性

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

语法

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

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework 安全性

请参见

参考

GraphCommonSchema 类

Microsoft.VisualStudio.GraphModel 命名空间