AxImporter.GeneratedSources 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取生成的源文件的名称。
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
。