Share via


CodeWindowManager Constructor

Initializes the CodeWindowManager class.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'Declaration
Public Sub New ( _
    service As LanguageService, _
    codeWindow As IVsCodeWindow, _
    source As Source _
)
public CodeWindowManager(
    LanguageService service,
    IVsCodeWindow codeWindow,
    Source source
)
public:
CodeWindowManager(
    LanguageService^ service, 
    IVsCodeWindow^ codeWindow, 
    Source^ source
)
new : 
        service:LanguageService * 
        codeWindow:IVsCodeWindow * 
        source:Source -> CodeWindowManager
public function CodeWindowManager(
    service : LanguageService, 
    codeWindow : IVsCodeWindow, 
    source : Source
)

Parameters

Remarks

This constructor also calls LanguageService.CreateDocumentProperties to obtain a DocumentProperties object that represents the properties of the source file.

.NET Framework Security

See Also

Reference

CodeWindowManager Class

Microsoft.VisualStudio.Package Namespace