다음을 통해 공유


GraphDeserializationProgressEventArgs.Current 속성

지금까지 deserialize된 요소의 수입니다.

네임스페이스:  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 네임스페이스