GraphDeserializationProgressEventArgs::Max Property

 

The total number of elements the deserializer must handle to load the graph.

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

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

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: