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