Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'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.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.