Share via


ModelingDocView.TargetToolboxItemFilterAttributes Property

Gets a collection of filter attributes for the document window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
'Usage
Dim value As ICollection 

value = Me.TargetToolboxItemFilterAttributes
protected virtual ICollection TargetToolboxItemFilterAttributes { get; }
protected:
virtual property ICollection^ TargetToolboxItemFilterAttributes {
    ICollection^ get ();
}
protected function get TargetToolboxItemFilterAttributes () : ICollection

Property Value

Type: System.Collections.ICollection
The filter attributes.

Remarks

Filter attributes determine whether items are enabled or disabled in the Toolbox.

.NET Framework Security

See Also

Reference

ModelingDocView Class

ModelingDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace