FileContextActionDelegate.InnerAction Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A ação interna deste delegado.
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