Compartir a través de


WindowPane.Window Property

Gets the window that is associated with this window pane.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

Public MustOverride ReadOnly Property Window As IWin32Window

Dim instance As WindowPane
Dim value As IWin32Window

value = instance.Window
public abstract IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
    IWin32Window^ get () abstract;
}
public abstract function get Window () : IWin32Window

Property Value

Type: System.Windows.Forms.IWin32Window

IWin32Window.

Remarks

Implementers must provide an implementation for this object.

Permissions

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace