This documentation is archived and is not being maintained.

WindowPane.Window Property

Gets the window associated with this window pane.

Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

No code example is currently available or this language may not be supported.
/** @property */
public abstract IWin32Window get_Window ()

public abstract function get Window () : IWin32Window

Property Value

IWin32Window.

Implementers must provide an implementation for this object.

Show: