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 window that is associated with this window pane.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Window As IWin32Window
Get
'Usage
Dim instance As WindowPane
Dim value As IWin32Window
value = instance.Window
public abstract IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
IWin32Window^ get () abstract;
}
abstract Window : IWin32Window
abstract function get Window () : IWin32Window
Property Value
Type: System.Windows.Forms.IWin32Window
IWin32Window.
Remarks
Implementers must provide an implementation for this object.
.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.