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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.