PresentationElementTypeDescriptor 构造函数 (ICustomTypeDescriptor, PresentationElement, ModelElement)

注意:此 API 现在已过时。

创建表示属性网格将使用的元素的包装类 ctor。

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

语法

声明
<ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.",  _
    True)> _
Protected Friend Sub New ( _
    parent As ICustomTypeDescriptor, _
    presentationElement As PresentationElement, _
    element As ModelElement _
)
[ObsoleteAttribute("This method is redundant and may be removed in a later version. Use the alternative (ICustomTypeDescriptor, PresentationElement) constructor instead.", 
    true)]
protected internal PresentationElementTypeDescriptor(
    ICustomTypeDescriptor parent,
    PresentationElement presentationElement,
    ModelElement element
)

参数

.NET Framework 安全性

请参见

参考

PresentationElementTypeDescriptor 类

PresentationElementTypeDescriptor 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间