DomainRoleInfo.GetElementLinksToElement Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
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
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.