Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the list of PropertyHasType links to a DomainType.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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: System.Collections.ObjectModel.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.