Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the element playing SwimLaneMap domain role. Base shape referenced by the map.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property BaseShapeMap As BaseShapeMap
public override sealed BaseShapeMap BaseShapeMap { get; set; }
public:
virtual property BaseShapeMap^ BaseShapeMap {
BaseShapeMap^ get () override sealed;
void set (BaseShapeMap^ value) override sealed;
}
abstract BaseShapeMap : BaseShapeMap with get, set
override BaseShapeMap : BaseShapeMap with get, set
override final function get BaseShapeMap () : BaseShapeMap
override final function set BaseShapeMap (value : BaseShapeMap)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap
.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.