ResponseFileUsedEventArgs Constructors
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.
Overloads
ResponseFileUsedEventArgs() | |
ResponseFileUsedEventArgs(String) |
Initialize a new instance of the ResponseFileUsedEventArgs class. |
ResponseFileUsedEventArgs()
- Source:
- ResponseFileUsedEventArgs.cs
public:
ResponseFileUsedEventArgs();
public ResponseFileUsedEventArgs ();
Public Sub New ()
Applies to
ResponseFileUsedEventArgs(String)
- Source:
- ResponseFileUsedEventArgs.cs
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