Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets if the given DomainRelationship is serialized in full-form.
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 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
- domainRelationship
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship
DomainRelationship to check.
Return Value
Type: System.Boolean
True if the given DomainRelationship is serialized in full-form, false otherwise.
.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.