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

‘선언
Public Property CanTerminate As Boolean
    Get
    Set
‘사용 방법
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

See Also

Reference

QueryTerminateEventArgs Class

QueryTerminateEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace