ValidationExtensionRegistrar::FilteredImports Property

 

List of Imports after filtering was applied.

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
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;
}
Return to top
Show: