共用方式為


IToolboxItemDiscoveryWithContext.AdditionalAssemblyPaths 屬性

定義

取得其他元件路徑的集合,以搜尋工具箱專案。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AdditionalAssemblyPaths { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AdditionalAssemblyPaths { get; }
member this.AdditionalAssemblyPaths : seq<string>
Public ReadOnly Property AdditionalAssemblyPaths As IEnumerable(Of String)

屬性值

傳回 IEnumerable<T>

備註

針對 ProvideToolboxItemDiscovery 屬性的 “frameworksToEnumerate” 自變數中的每個架構,工具箱會列舉在 AssemblyFoldersEx 索引鍵下註冊的所有元件,並將其類型傳遞至 GetItemInfo。 不過,如果您想要在清單中顯示其他元件,您可以在這裡提供其路徑。 您甚至可以完全省略 「frameworksToEnumerate」 自變數,只使用此屬性傳回的元件。 如果您不需要提供任何其他元件,則可以傳回 Null 或空的列舉值。

這個方法可以在背景線程上呼叫。

適用於