Partager via


CompoundViewAction, constructeur

Initialise une nouvelle instance de la classe CompoundViewAction.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.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)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    view As IVsTextView, _
    description As String _
)
public CompoundViewAction(
    IVsTextView view,
    string description
)

Paramètres

  • description
    Type : System.String
    [in] chaîne d'Un contenant une description pour étiqueter l'opération d'annulation.

Remarques

Ce constructeur met en cache l'objet d'IVsTextView, obtient l'interface d'IVsCompoundAction de l'objet d'IVsTextView, et appelle la méthode d'OpenCompoundAction sur l'interface d'IVsCompoundAction.

Sécurité .NET Framework

Voir aussi

Référence

CompoundViewAction Classe

Microsoft.VisualStudio.Package, espace de noms