ValidationExtensionRegistrar.FilteredImports Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Список импортов после применения фильтрации.
public:
virtual property System::Collections::ObjectModel::Collection<Tuple<Delegate ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^> ^ FilteredImports { System::Collections::ObjectModel::Collection<Tuple<Delegate ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^> ^ get(); };
public override System.Collections.ObjectModel.Collection<Tuple<Delegate,System.Collections.Generic.IDictionary<string,object>>> FilteredImports { get; }
member this.FilteredImports : System.Collections.ObjectModel.Collection<Delegate * System.Collections.Generic.IDictionary<string, obj>>
Public Overrides ReadOnly Property FilteredImports As Collection(Of Tuple(Of Delegate, IDictionary(Of String, Object)))