CodeGenerationUtilities.HasCustomBaseImplementation(DomainClass) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This method is no longer used by the standard DSL text templates and may be removed in a future version.
给定的 DomainClass (或它的任何基 DomainClasses) 是否被标记为 "和 iscustom 设置",这意味着将自定义序列化。
public:
static bool HasCustomBaseImplementation(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass);
[System.Obsolete("This method is no longer used by the standard DSL text templates and may be removed in a future version.")]
public static bool HasCustomBaseImplementation (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass);
[<System.Obsolete("This method is no longer used by the standard DSL text templates and may be removed in a future version.")>]
static member HasCustomBaseImplementation : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> bool
Public Shared Function HasCustomBaseImplementation (domainClass As DomainClass) As Boolean
参数
- domainClass
- DomainClass
要检查的 DomainClass。
返回
如果给定的 DomainClass (或它的任何基 DomainClasses) 标记为 "和 iscustom 设置",则为 True; 否则为 false。
- 属性
注解
VS2010 中弃用