다음을 통해 공유


ShapeMapReferencesShape.BaseShape Property

Gets the element playing Shape domain role. Maps that reference this base shape.

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

Syntax

‘선언
Public Overrides NotOverridable Property BaseShape As BaseShape
    Get
    Set
public override sealed BaseShape BaseShape { get; set; }
public:
virtual property BaseShape^ BaseShape {
    BaseShape^ get () override sealed;
    void set (BaseShape^ value) override sealed;
}
abstract BaseShape : BaseShape with get, set
override BaseShape : BaseShape with get, set
override final function get BaseShape () : BaseShape
override final function set BaseShape (value : BaseShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace