Condividi tramite


Proprietà GraphUpdatedEventArgs.Cancel

Impostare per annullare le modifiche apportate a un oggetto grafico

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Property Cancel As Boolean
    Get
    Set
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
member Cancel : bool with get, set
function get Cancel () : boolean
function set Cancel (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel