PropertyHasType.GetLinksToProperties Method
Get the list of PropertyHasType links to 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 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
- typeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainType
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.