ElementLink.MoveBefore(DomainRoleInfo, ElementLink) 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.
Move this link in the list of relationships contained by the element playing a particular role before a particular link in that relationship list.
public:
void MoveBefore(Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole, Microsoft::VisualStudio::Modeling::ElementLink ^ successor);
public void MoveBefore (Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole, Microsoft.VisualStudio.Modeling.ElementLink successor);
member this.MoveBefore : Microsoft.VisualStudio.Modeling.DomainRoleInfo * Microsoft.VisualStudio.Modeling.ElementLink -> unit
Public Sub MoveBefore (domainRole As DomainRoleInfo, successor As ElementLink)
Parameters
- domainRole
- DomainRoleInfo
The role of the element in which to move this link
- successor
- ElementLink
The link that is to follow this link