FileContextActionDelegate.InnerAction Property
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.
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