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