注意:此 API 现在已废弃不用。
创建表示由属性网络使用的元素的包装类的 ctor。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
)
参数
- presentationElement
类型:Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
- element
类型:Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
PresentationElementTypeDescriptor 类