CodeWindowManager::CodeWindow Property

 

Returns the IVsCodeWindow this CodeWindowManager is managing.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsCodeWindow^ CodeWindow {
	IVsCodeWindow^ get();
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsCodeWindow^

Always returns the IVsCodeWindow supplied to the constructor.

Return to top
Show: