Partager via


GraphDeserializationProgressEventArgs.Max, propriété

Total d'éléments que le deserializer doit gérer pour charger le graphique.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Property Max As Integer
public int Max { get; set; }
public:
property int Max {
    int get ();
    void set (int value);
}
member Max : int with get, set
function get Max () : int
function set Max (value : int)

Valeur de propriété

Type : System.Int32
retourne Int32 ;

Sécurité .NET Framework

Voir aussi

Référence

GraphDeserializationProgressEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms