Share via


ValidationExtensionRegistrar.FilteredImports Property

Definition

List of Imports after filtering was applied.

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)))

Property Value

Applies to