UserActionEventArgs(String, ExportUserAction) 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.
ctor to create an event args for notifying the user.
public:
UserActionEventArgs(System::String ^ fileName, Microsoft::VisualStudio::Modeling::Shell::ExportUserAction cause);
public UserActionEventArgs (string fileName, Microsoft.VisualStudio.Modeling.Shell.ExportUserAction cause);
new Microsoft.VisualStudio.Modeling.Shell.UserActionEventArgs : string * Microsoft.VisualStudio.Modeling.Shell.ExportUserAction -> Microsoft.VisualStudio.Modeling.Shell.UserActionEventArgs
Public Sub New (fileName As String, cause As ExportUserAction)
Parameters
- fileName
- String
file name which requires the user action
- cause
- ExportUserAction
The cause of the problem