Share via


ShapeMapReferencesShape.Shape 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 := "ShapeMaps", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("df3d2858-d05f-4c5d-bf0c-734b85170e77")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Shape As Shape
'Usage
Dim instance As ShapeMapReferencesShape 
Dim value As Shape 

value = instance.Shape

instance.Shape = value
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "ShapeMaps", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("df3d2858-d05f-4c5d-bf0c-734b85170e77")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public Shape Shape { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"ShapeMaps", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"df3d2858-d05f-4c5d-bf0c-734b85170e77")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape/Shape.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property Shape^ Shape {
    Shape^ get ();
    void set (Shape^ value);
}
public function get Shape () : Shape 
public function set Shape (value : Shape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

ShapeMapReferencesShape Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace