Partilhar via


Método GraphLinkCollection.GetByProperty

Retorna todos os links no gráfico que têm o valor da propriedade especificado.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public Function GetByProperty ( _
    property As GraphProperty, _
    value As Object _
) As IEnumerable(Of GraphLink)
public IEnumerable<GraphLink> GetByProperty(
    GraphProperty property,
    Object value
)
public:
IEnumerable<GraphLink^>^ GetByProperty(
    GraphProperty^ property, 
    Object^ value
)
member GetByProperty : 
        property:GraphProperty * 
        value:Object -> IEnumerable<GraphLink> 
public function GetByProperty(
    property : GraphProperty, 
    value : Object
) : IEnumerable<GraphLink>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<GraphLink>
links que tem o valor da propriedade especificado

Segurança do .NET Framework

Consulte também

Referência

GraphLinkCollection Classe

Namespace Microsoft.VisualStudio.GraphModel