CodeWindowManager.CodeWindow Property

Definition

Return the IVsCodeWindow associated with this code window manager.

public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ CodeWindow { Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ get(); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ CodeWindow { Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow CodeWindow { get; }
member this.CodeWindow : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
Public ReadOnly Property CodeWindow As IVsCodeWindow

Property Value

Always returns the IVsCodeWindow supplied to the constructor.

Applies to