AttributedDomainElementHasAttributes.GetLinksToAttributes 方法

定义

获取 AttributedDomainElement 的 AttributedDomainElementHasAttributes 链接的列表。

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)

参数

elementInstance
AttributedDomainElement

返回

ReadOnlyCollection<AttributedDomainElementHasAttributes>
属性

适用于