AttributedDomainElementHasAttributes.GetLinksToAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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