CodeWindowManager Constructor (LanguageService^, IVsCodeWindow^, Source^)

 

Initializes the CodeWindowManager class.

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

public:
CodeWindowManager(
	LanguageService^ service,
	IVsCodeWindow^ codeWindow,
	Source^ source
)

Parameters

service
Type: Microsoft.VisualStudio.Package::LanguageService^

[in] The LanguageService object representing the language service.

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

[in] The IVsCodeWindow object supplied by Visual Studio that is to be managed by the CodeWindowManager class.

source
Type: Microsoft.VisualStudio.Package::Source^

[in] The Source object associated with the source file to be shown in the code window.

This constructor also calls LanguageService::CreateDocumentProperties to obtain a T:Microsoft.Office.Core.DocumentProperties object that represents the properties of the source file.

Return to top
Show: