ElementTypeDescriptionProvider.CreateTypeDescriptor 方法 (ICustomTypeDescriptor, ModelElement)

创建自定义类型描述符。

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

语法

声明
Protected Overridable Function CreateTypeDescriptor ( _
    parent As ICustomTypeDescriptor, _
    element As ModelElement _
) As ElementTypeDescriptor
protected virtual ElementTypeDescriptor CreateTypeDescriptor(
    ICustomTypeDescriptor parent,
    ModelElement element
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
一个新的自定义类型描述符。

异常

异常 条件
ArgumentException

element 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

ElementTypeDescriptionProvider 类

CreateTypeDescriptor 重载

Microsoft.VisualStudio.Modeling.Design 命名空间