CodeGenerationUtilities.HasCustomBaseImplementation(DomainClass) 方法

定义

注意

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。

返回

Boolean

如果给定的 DomainClass (或它的任何基 DomainClasses) 标记为 "和 iscustom 设置",则为 True; 否则为 false。

属性

注解

VS2010 中弃用

适用于