FileContextActionDelegate(IFileContextAction, String) Constructor
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.
Initializes a new instance of the FileContextActionDelegate class.
public:
FileContextActionDelegate(Microsoft::VisualStudio::Workspace::IFileContextAction ^ fileContextAction, System::String ^ displayName);
public:
FileContextActionDelegate(Microsoft::VisualStudio::Workspace::IFileContextAction ^ fileContextAction, Platform::String ^ displayName);
FileContextActionDelegate(Microsoft::VisualStudio::Workspace::IFileContextAction const & fileContextAction, std::wstring const & displayName);
public FileContextActionDelegate (Microsoft.VisualStudio.Workspace.IFileContextAction fileContextAction, string displayName);
new Microsoft.VisualStudio.Workspace.FileContextActionDelegate : Microsoft.VisualStudio.Workspace.IFileContextAction * string -> Microsoft.VisualStudio.Workspace.FileContextActionDelegate
Public Sub New (fileContextAction As IFileContextAction, displayName As String)
Parameters
- fileContextAction
- IFileContextAction
The delegate IFileContextAction
- displayName
- String
Display name