ValidationExtensionRegistrar::FilteredImports Property
Visual Studio 2015
List of Imports after filtering was applied.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property Collection<Tuple<Delegate^, IDictionary<String^, Object^>^>^>^ FilteredImports { virtual Collection<Tuple<Delegate^, IDictionary<String^, Object^>^>^>^ get() override; }
Property Value
Type: System.Collections.ObjectModel::Collection<Tuple<Delegate^, IDictionary<String^, Object^>^>^>^
Show: