CodeWindowManager.CodeWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.