CodeGenerationUtilities.GetDesigner(DslLibrary) 方法

定义

获取在给定 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

参数

dslLibrary
DslLibrary

将返回其定义的设计器的 DslLibrary 实例。

返回

Designer

给定 DslLibrary 中定义的设计器,如果未定义任何设计器,则为 null。

适用于