Partager via


GraphUndoUnit.Disabled, propriété

Indique si cette unité d'annulation doit être désactivée (comme indiqué par les informations trouvées dans le constructeur).

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

Syntaxe

'Déclaration
Protected Property Disabled As Boolean
protected bool Disabled { get; private set; }
protected:
property bool Disabled {
    bool get ();
    private: void set (bool value);
}
member Disabled : bool with get, private set
function get Disabled () : boolean
private function set Disabled (value : boolean)

Valeur de propriété

Type : System.Boolean
retourne Boolean ;

Sécurité .NET Framework

Voir aussi

Référence

GraphUndoUnit Classe

Microsoft.VisualStudio.GraphModel, espace de noms