ResponseFileUsedEventArgs Constructors

Definition

Overloads

ResponseFileUsedEventArgs()
ResponseFileUsedEventArgs(String)

Initialize a new instance of the ResponseFileUsedEventArgs class.

ResponseFileUsedEventArgs()

public:
 ResponseFileUsedEventArgs();
public ResponseFileUsedEventArgs ();
Public Sub New ()

Applies to

ResponseFileUsedEventArgs(String)

Initialize a new instance of the ResponseFileUsedEventArgs class.

public:
 ResponseFileUsedEventArgs(System::String ^ responseFilePath);
public ResponseFileUsedEventArgs (string? responseFilePath);
new Microsoft.Build.Framework.ResponseFileUsedEventArgs : string -> Microsoft.Build.Framework.ResponseFileUsedEventArgs
Public Sub New (responseFilePath As String)

Parameters

responseFilePath
String

Applies to