GetWindowEventArgs Constructor

Constructs a GetWindowEventArgs requesting the given WindowType.

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

Syntax

‘선언
Public Sub New ( _
    windowType As WindowType _
)
‘사용 방법
Dim windowType As WindowType

Dim instance As New GetWindowEventArgs(windowType)
public GetWindowEventArgs(
    WindowType windowType
)
public:
GetWindowEventArgs(
    WindowType windowType
)
new : 
        windowType:WindowType -> GetWindowEventArgs
public function GetWindowEventArgs(
    windowType : WindowType
)

Parameters

.NET Framework Security

See Also

Reference

GetWindowEventArgs Class

GetWindowEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace