CompoundActionBase.action Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Interface for a CompoundAction action.
protected: Microsoft::VisualStudio::TextManager::Interop::IVsCompoundAction ^ action;
protected: Microsoft::VisualStudio::TextManager::Interop::IVsCompoundAction ^ action;
Microsoft::VisualStudio::TextManager::Interop::IVsCompoundAction action;
[System.CLSCompliant(false)]
protected Microsoft.VisualStudio.TextManager.Interop.IVsCompoundAction action;
protected Microsoft.VisualStudio.TextManager.Interop.IVsCompoundAction action;
[<System.CLSCompliant(false)>]
val mutable action : Microsoft.VisualStudio.TextManager.Interop.IVsCompoundAction
val mutable action : Microsoft.VisualStudio.TextManager.Interop.IVsCompoundAction
Protected action As IVsCompoundAction
Field Value
- Attributes
Remarks
An IVsCompoundAction interface.