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 для проверки.
Возвращаемое значение
Значение true, если заданный класс DomainClass (или любой из его базовых классов DomainClass) помечен как "IsCustom"; в противном случае — значение false.
- Атрибуты
Комментарии
Не рекомендуется в VS2010