Share via


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)

Syntax

'Declaration
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)

Property Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

GraphDeserializationProgressEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace