AxImporter.GeneratedSources Property

Definition

Gets the names of the source files that were generated.

public:
 property cli::array <System::String ^> ^ GeneratedSources { cli::array <System::String ^> ^ get(); };
public string[] GeneratedSources { get; }
member this.GeneratedSources : string[]
Public ReadOnly Property GeneratedSources As String()

Property Value

String[]

An array of file names of the generated source files, or null if none exist.

Applies to