Freigeben über


UserActionEventArgs(String, ExportUserAction) Constructor

Definition

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

Applies to