GraphCommonSchema.Version 属性

更改跟踪的版本号。

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

语法

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

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework 安全性

请参阅

参考

GraphCommonSchema 类

Microsoft.VisualStudio.GraphModel 命名空间