ProtoElement 类
表示组件的原型类。
继承层次结构
System.Object
Microsoft.VisualStudio.Modeling.ProtoElementBase
Microsoft.VisualStudio.Modeling.ProtoElement
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class ProtoElement _
Inherits ProtoElementBase _
Implements ISerializable
[SerializableAttribute]
public sealed class ProtoElement : ProtoElementBase,
ISerializable
ProtoElement 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ProtoElement(Guid) | 创建 ProtoElementBase 类的实例 | |
ProtoElement(ModelElement) | 创建 ProtoElement 类的实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
DomainClassId | 获取域类的 ID 此原型元素。 (继承自 ProtoElementBase。) | |
ElementId | 获取原型元素的 ID。 (继承自 ProtoElementBase。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetObjectData | 序列化对象数据。 SerializationInfo 对象。 (重写 ProtoElementBase.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetPropertyValue | 获取指定的字段的特性的值。 (继承自 ProtoElementBase。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
ReconstituteObject | 分区中创建一个元素使用特性和上级元素相同 (重写 ProtoElementBase.ReconstituteObject(Dictionary<Guid, Guid>, Partition)。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
备注
原型是元素的一个压缩,可序列化版本。 原型了解组件包含的哪些属性,以便可以反序列化另一个单元。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。