次の方法で共有


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

'宣言
Public Sub New ( _
    service As LanguageService, _
    codeWindow As IVsCodeWindow, _
    source As Source _
)
public CodeWindowManager(
    LanguageService service,
    IVsCodeWindow codeWindow,
    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