Freigeben über


AttributedDomainElementHasAttributes.GetLinksToAttributes-Methode

Gelangen Sie die Liste der AttributedDomainElementHasAttributes-Links an ein AttributedDomainElement.

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 GetLinksToAttributes ( _
    elementInstance As AttributedDomainElement _
) As ReadOnlyCollection(Of AttributedDomainElementHasAttributes)
public static ReadOnlyCollection<AttributedDomainElementHasAttributes> GetLinksToAttributes(
    AttributedDomainElement elementInstance
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<AttributedDomainElementHasAttributes>

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributedDomainElementHasAttributes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace