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

'宣言
Protected Overridable ReadOnly Property TargetToolboxItemFilterAttributes As ICollection
'使用
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.

Permissions

See Also

Reference

ModelingDocView Class

ModelingDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace