WorkflowCompilerParameters.LibraryPaths 屬性

定義

取得代表一組目錄名稱的屬性,編譯器會根據這些目錄尋找被引用的組件。

public:
 property System::Collections::Specialized::StringCollection ^ LibraryPaths { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection LibraryPaths { get; }
member this.LibraryPaths : System.Collections.Specialized.StringCollection
Public ReadOnly Property LibraryPaths As StringCollection

屬性值

代表一組目錄名稱的屬性,編譯器會根據這些目錄尋找被引用的組件。

備註

編譯器會將標準函式庫路徑加入集合。

適用於