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