Share via


FileContextActionDelegate.InnerAction Property

Definition

The inner action of this delegate.

public:
 property Microsoft::VisualStudio::Workspace::IFileContextAction ^ InnerAction { Microsoft::VisualStudio::Workspace::IFileContextAction ^ get(); void set(Microsoft::VisualStudio::Workspace::IFileContextAction ^ value); };
public:
 property Microsoft::VisualStudio::Workspace::IFileContextAction ^ InnerAction { Microsoft::VisualStudio::Workspace::IFileContextAction ^ get(); void set(Microsoft::VisualStudio::Workspace::IFileContextAction ^ value); };
public Microsoft.VisualStudio.Workspace.IFileContextAction InnerAction { get; set; }
member this.InnerAction : Microsoft.VisualStudio.Workspace.IFileContextAction with get, set
Public Property InnerAction As IFileContextAction

Property Value

Applies to