PropertyHasType.GetLinksToProperties Method

Get the list of PropertyHasType links to a DomainType.

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 GetLinksToProperties ( _
    typeInstance As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinksToProperties(
    DomainType typeInstance
)
public:
static ReadOnlyCollection<PropertyHasType^>^ GetLinksToProperties(
    DomainType^ typeInstance
)
static member GetLinksToProperties : 
        typeInstance:DomainType -> ReadOnlyCollection<PropertyHasType> 
public static function GetLinksToProperties(
    typeInstance : DomainType
) : ReadOnlyCollection<PropertyHasType>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyHasType>

.NET Framework Security

See Also

Reference

PropertyHasType Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace