共用方式為


ModelingDocView.IVsToolboxActiveUserHook.InterceptDataObject 方法

由工具箱在輸入資料物件即將進入拖放作業時呼叫。 這個方法可讓您以輸出資料物件來取代輸入資料物件,改而進入拖放作業。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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 命名空間