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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property BaseShape As BaseShape
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.