共用方式為


AxImporter.GeneratedSources 屬性

定義

取得產生的原始程式檔 (Source File) 的名稱。

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

適用於