Partager via


GraphUndoUnit.IsUndoUnit, propriété

Indique s'il s'agit d'une unité d'annulation.

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

Syntaxe

'Déclaration
Public Property IsUndoUnit As Boolean
public bool IsUndoUnit { get; private set; }
public:
property bool IsUndoUnit {
    bool get ();
    private: void set (bool value);
}
member IsUndoUnit : bool with get, private set
function get IsUndoUnit () : boolean
private function set IsUndoUnit (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