DslLibraryHasRelationships.GetLink Method
Get the one DslLibraryHasRelationships link between a given DslLibraryand a DomainRelationship.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣告
Public Shared Function GetLink ( _
source As DslLibrary, _
target As DomainRelationship _
) As DslLibraryHasRelationships
public static DslLibraryHasRelationships GetLink(
DslLibrary source,
DomainRelationship target
)
public:
static DslLibraryHasRelationships^ GetLink(
DslLibrary^ source,
DomainRelationship^ target
)
static member GetLink :
source:DslLibrary *
target:DomainRelationship -> DslLibraryHasRelationships
public static function GetLink(
source : DslLibrary,
target : DomainRelationship
) : DslLibraryHasRelationships
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasRelationships
.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.