CodeGenerationUtilities.HasCustomBaseImplementation(DomainClass) Метод

Определение

Внимание!

This method is no longer used by the standard DSL text templates and may be removed in a future version.

Помечен ли заданный класс DomainClass (или любой из его базовых классов) как 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

Значение true, если заданный класс DomainClass (или любой из его базовых классов DomainClass) помечен как "IsCustom"; в противном случае — значение false.

Атрибуты

Комментарии

Не рекомендуется в VS2010

Применяется к