CompoundActionFactory::GetCompoundAction Method (IVsTextView^, Source^, String^)
Visual Studio 2015
Creates a CompoundAction object based on a view or specified source.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [CLSCompliantAttribute(false)] static CompoundActionBase^ GetCompoundAction( IVsTextView^ view, Source^ src, String^ description )
Parameters
- view
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
A IVsTextView representation of the view.
- src
-
Type:
Microsoft.VisualStudio.Package::Source^
A Source object representing a source file.
- description
-
Type:
System::String^
A string value describing the CompoundAction.
Either view or src is expected to be non-null.
Show: