共用方式為


AttributedDomainElementHasAttributes.GetLinksToAttributes Method

Definition

Get the list of AttributedDomainElementHasAttributes links to a AttributedDomainElement.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::AttributedDomainElementHasAttributes ^> ^ GetLinksToAttributes(Microsoft::VisualStudio::Modeling::DslDefinition::AttributedDomainElement ^ elementInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElementHasAttributes> GetLinksToAttributes (Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElement elementInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToAttributes : Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElementHasAttributes>
Public Shared Function GetLinksToAttributes (elementInstance As AttributedDomainElement) As ReadOnlyCollection(Of AttributedDomainElementHasAttributes)

Parameters

elementInstance
AttributedDomainElement

Returns

Attributes

Applies to