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

'宣言
Protected Sub SetupDynamicToolbox
'使用

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.

Permissions

See Also

Reference

ModelingPackage Class

ModelingPackage Members

Microsoft.VisualStudio.Modeling.Shell Namespace