GraphDeserializationProgressEventArgs.Max 属性

元素的总数该反序列化程序必须加载关系图的句柄。

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

语法

声明
Public Property Max As Integer
public int Max { get; set; }
public:
property int Max {
    int get ();
    void set (int value);
}
member Max : int with get, set
function get Max () : int 
function set Max (value : int)

属性值

类型:Int32
返回 Int32

.NET Framework 安全性

请参阅

参考

GraphDeserializationProgressEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间