VsShellComponentModelHost.GetOnlyApprovedComponentAssemblies(IEnumerable<String>) Метод

Определение

Позволяет VS отфильтровывать сборки компонентов до того, как они будут сделаны частью каталога MEF.

public:
 override System::Collections::Generic::IEnumerable<System::String ^> ^ GetOnlyApprovedComponentAssemblies(System::Collections::Generic::IEnumerable<System::String ^> ^ componentAssembliesToFilter);
public override System.Collections.Generic.IEnumerable<string> GetOnlyApprovedComponentAssemblies (System.Collections.Generic.IEnumerable<string> componentAssembliesToFilter);
override this.GetOnlyApprovedComponentAssemblies : seq<string> -> seq<string>
Public Overrides Function GetOnlyApprovedComponentAssemblies (componentAssembliesToFilter As IEnumerable(Of String)) As IEnumerable(Of String)

Параметры

componentAssembliesToFilter
IEnumerable<String>

Список сборок, которые необходимо утвердить для загрузки в узле.

Возвращаемое значение

IEnumerable<String>

Отфильтрованный список утвержденных сборок.

Применяется к