PropertyHasType.GetLinksToProperties-Methode
Ruft die Liste der PropertyHasType-Links für DomainType ab.
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
)
Parameter
- typeInstance
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.DomainType
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<PropertyHasType>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.