Interface for a CompoundAction action.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Protected action As IVsCompoundAction
'使用
Dim value As IVsCompoundAction
value = Me.action
Me.action = value
[CLSCompliantAttribute(false)]
protected IVsCompoundAction action
[CLSCompliantAttribute(false)]
protected:
IVsCompoundAction^ action
protected var action : IVsCompoundAction
Field Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsCompoundAction
Remarks
An IVsCompoundAction interface.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.