DomainRoleHasPropertyAttributes.GetLinksToPropertyAttributes-Methode
Gelangen Sie die Liste der DomainRoleHasPropertyAttributes-Links an ein DomainRole.
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 GetLinksToPropertyAttributes ( _
domainRoleInstance As DomainRole _
) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
public static ReadOnlyCollection<DomainRoleHasPropertyAttributes> GetLinksToPropertyAttributes(
DomainRole domainRoleInstance
)
Parameter
- domainRoleInstance
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<DomainRoleHasPropertyAttributes>
.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.