DiagramDocView.GetToolboxItemFilterAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of ToolboxFilterItemAttributes for creating toolbox items that will be available when this doc view is active
public:
virtual cli::array <System::ComponentModel::ToolboxItemFilterAttribute ^> ^ GetToolboxItemFilterAttributes();
public virtual System.ComponentModel.ToolboxItemFilterAttribute[] GetToolboxItemFilterAttributes ();
abstract member GetToolboxItemFilterAttributes : unit -> System.ComponentModel.ToolboxItemFilterAttribute[]
override this.GetToolboxItemFilterAttributes : unit -> System.ComponentModel.ToolboxItemFilterAttribute[]
Public Overridable Function GetToolboxItemFilterAttributes () As ToolboxItemFilterAttribute()