Share via


ModelingPackage.SetupDynamicToolbox Method

Refreshes the items in the Toolbox.

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

Syntax

'Declaration
Protected Sub SetupDynamicToolbox
'Usage
Me.SetupDynamicToolbox()
protected void SetupDynamicToolbox()
protected:
void SetupDynamicToolbox()
protected function SetupDynamicToolbox()

Remarks

The Toolbox is a specific type of tool window.

A production designer should not generally use this method, because the designer's Toolbox will be constructed when the designer is installed. However, the method should be used during debugging, to force the Toolbox to refresh more quickly.

.NET Framework Security

See Also

Reference

ModelingPackage Class

ModelingPackage Members

Microsoft.VisualStudio.Modeling.Shell Namespace