Freigeben über


CodeGenerationUtilities.HasCustomBaseImplementation-Methode

Hinweis: Diese API ist mittlerweile veraltet.

Gibt an, ob das angegebene DomainClass (oder eines ihrer DomainClasses-Basisklassen) als "IsCustom" gekennzeichnet ist, das heißt die Serialisierung ist angepasst.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method is no longer used by the standard DSL text templates and may be removed in a future version.")> _
Public Shared Function HasCustomBaseImplementation ( _
    domainClass As DomainClass _
) As Boolean
[ObsoleteAttribute("This method is no longer used by the standard DSL text templates and may be removed in a future version.")]
public static bool HasCustomBaseImplementation(
    DomainClass domainClass
)

Parameter

Rückgabewert

Typ: System.Boolean
"True", wenn die angegebene DomainClass (oder eine ihrer Basis-DomainClasses) als "IsCustom" gekennzeichnet ist; andernfalls "False".

.NET Framework-Sicherheit

Siehe auch

Referenz

CodeGenerationUtilities Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace