CodeWindowManager, constructeur
Initialise la classe CodeWindowManager.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
service As LanguageService, _
codeWindow As IVsCodeWindow, _
source As Source _
)
public CodeWindowManager(
LanguageService service,
IVsCodeWindow codeWindow,
Source source
)
Paramètres
- service
Type : Microsoft.VisualStudio.Package.LanguageService
[in] l'objet d'LanguageService représentant le service de langage.
- codeWindow
Type : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
[in] l'objet d'IVsCodeWindow fourni par Visual Studio qui doit être géré par la classe d'CodeWindowManager.
- source
Type : Microsoft.VisualStudio.Package.Source
[in] l'objet d'Source associé avec le fichier source à montrer dans la fenêtre de code.
Remarques
Ce constructeur appelle également l'LanguageService.CreateDocumentProperties pour obtenir un objet d'DocumentProperties qui représente les propriétés du fichier source.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.