ImageShapeHasBaseImageShape.BaseImageShape 属性
Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape.BaseImageShape 的 DomainRole BaseImageShape 声明
命名空间: Microsoft.VisualStudio.Modeling.DslDefinition
程序集: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)
语法
声明
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "SubClasses", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("09a14af2-ac3a-4d09-9d10-a6c2f900ecb2")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property BaseImageShape As ImageShape
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "SubClasses", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("09a14af2-ac3a-4d09-9d10-a6c2f900ecb2")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public ImageShape BaseImageShape { get; set; }
属性值
类型:Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。