WorkflowCompilerParameters.LibraryPaths 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表一組目錄名稱的屬性,編譯器會根據這些目錄尋找被引用的組件。
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
屬性值
代表一組目錄名稱的屬性,編譯器會根據這些目錄尋找被引用的組件。
備註
編譯器會將標準函式庫路徑加入集合。