共用方式為


ModelingDocView.OnToolboxItemSelected 方法

當使用者按一下 [工具箱] 中的項目時,會呼叫ToolboxItemSelected

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Protected Overridable Sub OnToolboxItemSelected ( _
    data As IDataObject _
)
protected virtual void OnToolboxItemSelected(
    IDataObject data
)

參數

.NET Framework 安全性

請參閱

參考

ModelingDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間

ToolboxItemSelected