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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.