ExtensionExtendsElement.ModelElement 属性
DomainRole ModelElement ExtensionExtendsElement.ModelElement 角色
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.DisplayName", _
GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Extensions", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("092ff582-de42-40da-bc9f-62d1037e3195")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.Description", _
GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
Public Overridable Property ModelElement As ModelElement
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.DisplayName",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Extensions", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("092ff582-de42-40da-bc9f-62d1037e3195")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.ExtensionExtendsElement/ModelElement.Description",
typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
public virtual ModelElement ModelElement { get; set; }
属性值
类型:Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。