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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaração
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.DomainClass
DomainClass to check.
Return Value
Type: System.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.