CodeGenerationUtilities.IsLaxElementSchemaRequired Method
Whether a lax element schema type definition is required for the class
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function IsLaxElementSchemaRequired ( _
domainClass As DomainClass _
) As Boolean
public static bool IsLaxElementSchemaRequired(
DomainClass domainClass
)
public:
static bool IsLaxElementSchemaRequired(
DomainClass^ domainClass
)
static member IsLaxElementSchemaRequired :
domainClass:DomainClass -> bool
public static function IsLaxElementSchemaRequired(
domainClass : DomainClass
) : boolean
Parameters
domainClass
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassDomainClass to check.
Return Value
Type: Boolean
Remarks
If it is not possible to determine
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.