ShapeMap.Shape Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property Shape As Shape
'Usage
Dim instance As ShapeMap
Dim value As Shape
value = instance.Shape
instance.Shape = value
public Shape Shape { get; set; }
public:
property Shape^ Shape {
Shape^ get ();
void set (Shape^ value);
}
public function get Shape () : Shape
public function set Shape (value : Shape)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape
.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.