CompoundViewAction Constructor (IVsTextView^, String^)
Visual Studio 2015
Initializes a new instance of the CompoundViewAction class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- view
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] An IVsTextView object representing the view that is to receive the edit events.
- description
-
Type:
System::String^
[in] A string containing a description to label the undo action.
This constructor caches the IVsTextView object, obtains the IVsCompoundAction interface from the IVsTextView object, and calls the OpenCompoundAction method on the IVsCompoundAction interface.
Show: