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 命名空间