Share via


CodeGenerationUtilities.UseFullForm Method

Gets if the given DomainRelationship is serialized in full-form.

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 UseFullForm ( _
    domainRelationship As DomainRelationship _
) As Boolean
public static bool UseFullForm(
    DomainRelationship domainRelationship
)
public:
static bool UseFullForm(
    DomainRelationship^ domainRelationship
)
static member UseFullForm : 
        domainRelationship:DomainRelationship -> bool
public static function UseFullForm(
    domainRelationship : DomainRelationship
) : boolean

Parameters

Return Value

Type: Boolean
True if the given DomainRelationship is serialized in full-form, false otherwise.

.NET Framework Security

See Also

Reference

CodeGenerationUtilities Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace