Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
domainRelationship
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationshipDomainRelationship to check.
Return Value
Type: 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.