Share via


ImageShapeHasBaseImageShape.BaseImageShape Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "SubClasses",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("09a14af2-ac3a-4d09-9d10-a6c2f900ecb2")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property BaseImageShape As ImageShape
'Usage
Dim instance As ImageShapeHasBaseImageShape 
Dim value As ImageShape 

value = instance.BaseImageShape

instance.BaseImageShape = value
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "SubClasses", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("09a14af2-ac3a-4d09-9d10-a6c2f900ecb2")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public ImageShape BaseImageShape { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"SubClasses", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"09a14af2-ac3a-4d09-9d10-a6c2f900ecb2")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape/BaseImageShape.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property ImageShape^ BaseImageShape {
    ImageShape^ get ();
    void set (ImageShape^ value);
}
public function get BaseImageShape () : ImageShape 
public function set BaseImageShape (value : ImageShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape

.NET Framework Security

See Also

Reference

ImageShapeHasBaseImageShape Class

ImageShapeHasBaseImageShape Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace