ValidationExtensionRegistrar.FilteredImports 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用筛选后导入的列表。
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)))