Share via


GeometryShapeHasBaseGeometryShape.SubGeometryShape Property

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

Syntax

'Declaration
<DomainObjectIdAttribute("0746ab1c-d718-4716-992d-ea506bb5e523")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "BaseClass", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroOne)> _
Public Overridable Property SubGeometryShape As GeometryShape
'Usage
Dim instance As GeometryShapeHasBaseGeometryShape 
Dim value As GeometryShape 

value = instance.SubGeometryShape

instance.SubGeometryShape = value
[DomainObjectIdAttribute("0746ab1c-d718-4716-992d-ea506bb5e523")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "BaseClass", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroOne)]
public virtual GeometryShape SubGeometryShape { get; set; }
[DomainObjectIdAttribute(L"0746ab1c-d718-4716-992d-ea506bb5e523")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"BaseClass", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape/SubGeometryShape.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroOne)]
public:
virtual property GeometryShape^ SubGeometryShape {
    GeometryShape^ get ();
    void set (GeometryShape^ value);
}
public function get SubGeometryShape () : GeometryShape 
public function set SubGeometryShape (value : GeometryShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShape

.NET Framework Security

See Also

Reference

GeometryShapeHasBaseGeometryShape Class

GeometryShapeHasBaseGeometryShape Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace