BaseShapeMap.BaseShape Property
Gets or sets BaseShape. Base shape referenced by the map.
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 Overridable ReadOnly Property BaseShape As BaseShape
public virtual BaseShape BaseShape { get; }
public:
virtual property BaseShape^ BaseShape {
BaseShape^ get ();
}
abstract BaseShape : BaseShape with get
override BaseShape : BaseShape with get
function get BaseShape () : 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.