Share via


CodeGenerationUtilities.GetDesigner Method

Get the Designer defined in the given DslLibrary.

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 Shared Function GetDesigner ( _
    dslLibrary As DslLibrary _
) As Designer
public static Designer GetDesigner(
    DslLibrary dslLibrary
)
public:
static Designer^ GetDesigner(
    DslLibrary^ dslLibrary
)
static member GetDesigner : 
        dslLibrary:DslLibrary -> Designer
public static function GetDesigner(
    dslLibrary : DslLibrary
) : Designer

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Designer
The Designer defined in the given DslLibrary, null if none is defined.

.NET Framework Security

See Also

Reference

CodeGenerationUtilities Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace