DomainRoleInfo.GetElementLinksToElement Método

Definição

Sobrecargas

GetElementLinksToElement(ModelElement, ModelElement, Boolean)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função.

GetElementLinksToElement(ModelElement, ModelElement)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função. Incluindo links anexados a jogadores de função derivados.

GetElementLinksToElement<T>(ModelElement, ModelElement)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função. Incluindo links anexados a jogadores de função derivados.

GetElementLinksToElement<T>(ModelElement, ModelElement, Boolean)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função.

GetElementLinksToElement(ModelElement, ModelElement, Boolean)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ElementLink ^> ^ GetElementLinksToElement(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceRolePlayerElement, Microsoft::VisualStudio::Modeling::ModelElement ^ targetRolePlayerElement, bool excludeDerivedRolesLinks);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink> GetElementLinksToElement (Microsoft.VisualStudio.Modeling.ModelElement sourceRolePlayerElement, Microsoft.VisualStudio.Modeling.ModelElement targetRolePlayerElement, bool excludeDerivedRolesLinks);
member this.GetElementLinksToElement : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ModelElement * bool -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink>
Public Function GetElementLinksToElement (sourceRolePlayerElement As ModelElement, targetRolePlayerElement As ModelElement, excludeDerivedRolesLinks As Boolean) As ReadOnlyCollection(Of ElementLink)

Parâmetros

sourceRolePlayerElement
ModelElement

Elemento de origem desempenhando esta função.

targetRolePlayerElement
ModelElement

Elemento de destino.

excludeDerivedRolesLinks
Boolean

Se deseja excluir links anexados a jogadores de função derivadas.

Retornos

ReadOnlyCollection<ElementLink>

Aplica-se a

GetElementLinksToElement(ModelElement, ModelElement)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função. Incluindo links anexados a jogadores de função derivados.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ElementLink ^> ^ GetElementLinksToElement(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceRolePlayerElement, Microsoft::VisualStudio::Modeling::ModelElement ^ targetRolePlayerElement);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink> GetElementLinksToElement (Microsoft.VisualStudio.Modeling.ModelElement sourceRolePlayerElement, Microsoft.VisualStudio.Modeling.ModelElement targetRolePlayerElement);
member this.GetElementLinksToElement : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ModelElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink>
Public Function GetElementLinksToElement (sourceRolePlayerElement As ModelElement, targetRolePlayerElement As ModelElement) As ReadOnlyCollection(Of ElementLink)

Parâmetros

sourceRolePlayerElement
ModelElement

Elemento de origem desempenhando esta função.

targetRolePlayerElement
ModelElement

Elemento de destino.

Retornos

ReadOnlyCollection<ElementLink>

Aplica-se a

GetElementLinksToElement<T>(ModelElement, ModelElement)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função. Incluindo links anexados a jogadores de função derivados.

public:
generic <typename T>
 where T : Microsoft::VisualStudio::Modeling::ElementLink System::Collections::ObjectModel::ReadOnlyCollection<T> ^ GetElementLinksToElement(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceRolePlayerElement, Microsoft::VisualStudio::Modeling::ModelElement ^ targetRolePlayerElement);
public System.Collections.ObjectModel.ReadOnlyCollection<T> GetElementLinksToElement<T> (Microsoft.VisualStudio.Modeling.ModelElement sourceRolePlayerElement, Microsoft.VisualStudio.Modeling.ModelElement targetRolePlayerElement) where T : Microsoft.VisualStudio.Modeling.ElementLink;
member this.GetElementLinksToElement : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ModelElement -> System.Collections.ObjectModel.ReadOnlyCollection<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ElementLink)> (requires 'T :> Microsoft.VisualStudio.Modeling.ElementLink)
Public Function GetElementLinksToElement(Of T As ElementLink) (sourceRolePlayerElement As ModelElement, targetRolePlayerElement As ModelElement) As ReadOnlyCollection(Of T)

Parâmetros de tipo

T

Tipo de link.

Parâmetros

sourceRolePlayerElement
ModelElement

Elemento de origem desempenhando esta função.

targetRolePlayerElement
ModelElement

Elemento de destino.

Retornos

ReadOnlyCollection<T>

Aplica-se a

GetElementLinksToElement<T>(ModelElement, ModelElement, Boolean)

Obter todos os links de elemento entre os elementos de origem/destino especificados, em que o elemento de origem desempenha essa função.

public:
generic <typename T>
 where T : Microsoft::VisualStudio::Modeling::ElementLink System::Collections::ObjectModel::ReadOnlyCollection<T> ^ GetElementLinksToElement(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceRolePlayerElement, Microsoft::VisualStudio::Modeling::ModelElement ^ targetRolePlayerElement, bool excludeDerivedRolesLinks);
public System.Collections.ObjectModel.ReadOnlyCollection<T> GetElementLinksToElement<T> (Microsoft.VisualStudio.Modeling.ModelElement sourceRolePlayerElement, Microsoft.VisualStudio.Modeling.ModelElement targetRolePlayerElement, bool excludeDerivedRolesLinks) where T : Microsoft.VisualStudio.Modeling.ElementLink;
member this.GetElementLinksToElement : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ModelElement * bool -> System.Collections.ObjectModel.ReadOnlyCollection<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ElementLink)> (requires 'T :> Microsoft.VisualStudio.Modeling.ElementLink)
Public Function GetElementLinksToElement(Of T As ElementLink) (sourceRolePlayerElement As ModelElement, targetRolePlayerElement As ModelElement, excludeDerivedRolesLinks As Boolean) As ReadOnlyCollection(Of T)

Parâmetros de tipo

T

Tipo de link.

Parâmetros

sourceRolePlayerElement
ModelElement

Elemento de origem desempenhando esta função.

targetRolePlayerElement
ModelElement

Elemento de destino.

excludeDerivedRolesLinks
Boolean

Se deseja excluir links anexados a jogadores de função derivadas.

Retornos

ReadOnlyCollection<T>

Aplica-se a