ModelingDocView.IsDataObjectSupported 方法

验证在工具箱的项目是否可用于文档窗口。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Public Overridable Function IsDataObjectSupported ( _
    data As IDataObject _
) As Boolean
public virtual bool IsDataObjectSupported(
    IDataObject data
)

参数

返回值

类型:System.Boolean
项目及其属性。

备注

工具箱 项目组成形状和连接线。

此方法是方法的 IsSupported重写。

.NET Framework 安全性

请参见

参考

ModelingDocView 类

Microsoft.VisualStudio.Modeling.Shell 命名空间