DomainRoleInfo.GetLinkedElements(ModelElement) 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.
Gets a list of elements linked to an element playing this role via this role's relationship.
public:
Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ GetLinkedElements(Microsoft::VisualStudio::Modeling::ModelElement ^ rolePlayerElement);
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.ModelElement> GetLinkedElements (Microsoft.VisualStudio.Modeling.ModelElement rolePlayerElement);
member this.GetLinkedElements : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.ModelElement>
Public Function GetLinkedElements (rolePlayerElement As ModelElement) As LinkedElementCollection(Of ModelElement)
Parameters
- rolePlayerElement
- ModelElement
Element playing this role.
Returns
List of elements playing opposite role in links the element partitipates in.