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.
This member overrides BaseShapeMapReferencesBaseShape.BaseShapeMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property BaseShapeMap As BaseShapeMap
'Usage
Dim instance As ShapeMapReferencesShape
Dim value As BaseShapeMap
value = instance.BaseShapeMap
instance.BaseShapeMap = value
public override sealed BaseShapeMap BaseShapeMap { get; set; }
public:
virtual property BaseShapeMap^ BaseShapeMap {
BaseShapeMap^ get () override sealed;
void set (BaseShapeMap^ value) override sealed;
}
public override final function get BaseShapeMap () : BaseShapeMap
public 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.