Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the HWND of the window that is gaining focus.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Property HwndGainingFocus As IntPtr
public IntPtr HwndGainingFocus { get; private set; }
public:
property IntPtr HwndGainingFocus {
IntPtr get ();
private: void set (IntPtr value);
}
member HwndGainingFocus : IntPtr with get, private set
function get HwndGainingFocus () : IntPtr
private function set HwndGainingFocus (value : IntPtr)
Property Value
Type: IntPtr
The HWND of the window that is gaining focus.
.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.