BuildExtensionContext.AddGeneratedFile(String) Method
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.
Generates a file for the build extension context.
public:
void AddGeneratedFile(System::String ^ fileName);
public void AddGeneratedFile (string fileName);
member this.AddGeneratedFile : string -> unit
Public Sub AddGeneratedFile (fileName As String)
Parameters
- fileName
- String
The name of the generated file.