AxImporter.GeneratedSources 属性

定义

获取生成的源文件的名称。

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()

属性值

String[]

所生成源文件的文件名的数组,如果都不存在,则为 null

适用于