共用方式為


GraphDeserializationProgressEventArgs.Current 屬性

到目前為止已還原序列化的項目數目。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Property Current As Integer
public int Current { get; set; }
public:
property int Current {
    int get ();
    void set (int value);
}
member Current : int with get, set
function get Current () : int 
function set Current (value : int)

屬性值

類型:Int32
傳回 Int32

.NET Framework 安全性

請參閱

參考

GraphDeserializationProgressEventArgs 類別

Microsoft.VisualStudio.GraphModel 命名空間