GetWindowEventArgs Class
The event args given to a listener of the GetWindow event.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Class GetWindowEventArgs _
Inherits EventArgs
'Utilizzo
Dim instance As GetWindowEventArgs
public class GetWindowEventArgs : EventArgs
public ref class GetWindowEventArgs : public EventArgs
type GetWindowEventArgs =
class
inherit EventArgs
end
public class GetWindowEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.GetWindowEventArgs
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
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace