ValidationExtensionRegistrar.FilteredImports Property
List of Imports after filtering was applied.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FilteredImports As Collection(Of Tuple(Of Delegate, IDictionary(Of String, Object)))
public override Collection<Tuple<Delegate, IDictionary<string, Object>>> FilteredImports { get; }
public:
virtual property Collection<Tuple<Delegate^, IDictionary<String^, Object^>^>^>^ FilteredImports {
Collection<Tuple<Delegate^, IDictionary<String^, Object^>^>^>^ get () override;
}
abstract FilteredImports : Collection<Tuple<Delegate, IDictionary<string, Object>>> with get
override FilteredImports : Collection<Tuple<Delegate, IDictionary<string, Object>>> with get
override function get FilteredImports () : Collection<Tuple<Delegate, IDictionary<String, Object>>>
Property Value
Type: Collection<Tuple<Delegate, IDictionary<String, Object>>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ValidationExtensionRegistrar Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace