ICancelEventArgs.Cancel Property
Gets or sets a value that indicates whether an operation was canceled.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Property Cancel As Boolean
'Usage
Dim instance As ICancelEventArgs
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
bool Cancel { get; set; }
property bool Cancel {
bool get ();
void set (bool value);
}
function get Cancel () : boolean
function set Cancel (value : boolean)
Property Value
Type: System.Boolean
true if an operation was canceled; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace