Share via


CodeGenerationUtilities.GetDesigner(DslLibrary) Method

Definition

Get the Designer defined in the given DslLibrary.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::Designer ^ GetDesigner(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibrary);
public static Microsoft.VisualStudio.Modeling.DslDefinition.Designer GetDesigner (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibrary);
static member GetDesigner : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> Microsoft.VisualStudio.Modeling.DslDefinition.Designer
Public Shared Function GetDesigner (dslLibrary As DslLibrary) As Designer

Parameters

dslLibrary
DslLibrary

DslLibrary instance whose defined Designer will be returned.

Returns

The Designer defined in the given DslLibrary, null if none is defined.

Applies to