CompoundActionBase.action Field

Definition

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.

Applies to