BaseShapeMap.BaseShape Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property BaseShape As BaseShape
'Usage
Dim instance As BaseShapeMap
Dim value As BaseShape
value = instance.BaseShape
public virtual BaseShape BaseShape { get; }
public:
virtual property BaseShape^ BaseShape {
BaseShape^ get ();
}
public 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.