QueryTerminateEventArgs.CanTerminate Property
Indicates if the component can terminate.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Property CanTerminate As Boolean
Get
Set
'Utilizzo
Dim instance As QueryTerminateEventArgs
Dim value As Boolean
value = instance.CanTerminate
instance.CanTerminate = value
public bool CanTerminate { get; set; }
public:
property bool CanTerminate {
bool get ();
void set (bool value);
}
member CanTerminate : bool with get, set
function get CanTerminate () : boolean
function set CanTerminate (value : boolean)
Property Value
Type: System.Boolean
.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
QueryTerminateEventArgs Members
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace