PropertyHasType.GetLinks Method
Get any PropertyHasType links between a given DomainProperty and a DomainType.
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 GetLinks ( _
source As DomainProperty, _
target As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinks(
DomainProperty source,
DomainType target
)
public:
static ReadOnlyCollection<PropertyHasType^>^ GetLinks(
DomainProperty^ source,
DomainType^ target
)
static member GetLinks :
source:DomainProperty *
target:DomainType -> ReadOnlyCollection<PropertyHasType>
public static function GetLinks(
source : DomainProperty,
target : DomainType
) : ReadOnlyCollection<PropertyHasType>
Parameters
Return Value
Type: ReadOnlyCollection<PropertyHasType>
.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.