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

属性值

Collection<Tuple<Delegate,IDictionary<String,Object>>>

适用于