MetaprojectGeneratedEventArgs(String, String, String) 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.
Initializes a new instance of the MetaprojectGeneratedEventArgs class.
public:
MetaprojectGeneratedEventArgs(System::String ^ metaprojectXml, System::String ^ metaprojectPath, System::String ^ message);
public MetaprojectGeneratedEventArgs (string metaprojectXml, string metaprojectPath, string message);
new Microsoft.Build.Framework.MetaprojectGeneratedEventArgs : string * string * string -> Microsoft.Build.Framework.MetaprojectGeneratedEventArgs
Public Sub New (metaprojectXml As String, metaprojectPath As String, message As String)
Parameters
- metaprojectXml
- String
- metaprojectPath
- String
- message
- String