GraphDeserializationProgressEventArgs::Current Property

 

The number of elements that have been deserialized to this point.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property int Current {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: