Diagram.Designer Property
Gets or sets Designer. Designer referencing the diagram.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Property Designer As Designer
public Designer Designer { get; set; }
public:
property Designer^ Designer {
Designer^ get ();
void set (Designer^ value);
}
member Designer : Designer with get, set
function get Designer () : Designer
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.