CurrentSelectionPusher, constructeur
Créez le composant.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serviceProvider As IServiceProvider, _
selectionContainer As ISelectionContainer _
)
public CurrentSelectionPusher(
IServiceProvider serviceProvider,
ISelectionContainer selectionContainer
)
Paramètres
- serviceProvider
Type : System.IServiceProvider
IServiceProvider a requis pour informer Visual Studio de modification de sélection
- selectionContainer
Type : Microsoft.VisualStudio.Shell.Interop.ISelectionContainer
Implémentation externe facultative d'ISelectionContainer pour permettre cette classe au partage avec d'autres conteneurs de sélection pour une fenêtre.
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.