CodeGenerationUtilities.GetDesigner(DslLibrary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在给定 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 实例。
返回
给定 DslLibrary 中定义的设计器,如果未定义任何设计器,则为 null。