PresentationElementTypeDescriptionProvider.CreatePresentationElementTypeDescriptor 方法

创建属性网格的新 PresentationElementTypeDescriptor 可以呈现特性。 类从派生 PresentationElementTypeDescriptionProvider 可重写此方法提供他/她自己的类型描述符。

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

语法

声明
Protected Overridable Function CreatePresentationElementTypeDescriptor ( _
    parent As ICustomTypeDescriptor, _
    presentationElement As PresentationElement, _
    selectedElement As ModelElement _
) As PresentationElementTypeDescriptor
protected virtual PresentationElementTypeDescriptor CreatePresentationElementTypeDescriptor(
    ICustomTypeDescriptor parent,
    PresentationElement presentationElement,
    ModelElement selectedElement
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor

.NET Framework 安全性

请参见

参考

PresentationElementTypeDescriptionProvider 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间