QueryTerminateEventArgs Class

The event args given to a listener of the QueryTerminate event.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class QueryTerminateEventArgs _
    Inherits EventArgs
‘사용 방법
Dim instance As QueryTerminateEventArgs
public class QueryTerminateEventArgs : EventArgs
public ref class QueryTerminateEventArgs : public EventArgs
type QueryTerminateEventArgs =  
    class
        inherit EventArgs
    end
public class QueryTerminateEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.PlatformUI.OleComponentSupport.QueryTerminateEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QueryTerminateEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace