共用方式為


ModelingDocView.IVsToolboxActiveUserHook.InterceptDataObject 方法

工具箱即將進入拖放作業的輸入的資料物件時呼叫。 這個方法允許輸出資料物件,就會進入拖放操作而是可取代輸入的資料物件。

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

語法

'宣告
Private Function InterceptDataObject ( _
    input As IDataObject, _
    <OutAttribute> ByRef output As IDataObject _
) As Integer Implements IVsToolboxActiveUserHook.InterceptDataObject
int IVsToolboxActiveUserHook.InterceptDataObject(
    IDataObject input,
    out IDataObject output
)

參數

傳回值

型別:System.Int32

實作

IVsToolboxActiveUserHook.InterceptDataObject(IDataObject, IDataObject%)

.NET Framework 安全性

請參閱

參考

ModelingDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間