LinkConnectDirectiveReferencesDomainRelationship.GetDomainRelationship Method (LinkConnectDirective)
Gets DomainRelationship.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetDomainRelationship ( _
element As LinkConnectDirective _
) As DomainRelationship
public static DomainRelationship GetDomainRelationship(
LinkConnectDirective element
)
public:
static DomainRelationship^ GetDomainRelationship(
LinkConnectDirective^ element
)
static member GetDomainRelationship :
element:LinkConnectDirective -> DomainRelationship
public static function GetDomainRelationship(
element : LinkConnectDirective
) : DomainRelationship
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship
.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.
See Also
Reference
LinkConnectDirectiveReferencesDomainRelationship Class