CodeGenerationUtilities.GetDesigner(DslLibrary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.