GraphLinkCollection.GetByProperty (Método)

Devuelve todos los vínculos del gráfico que tienen el valor de propiedad especificado.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.IEnumerable<GraphLink>
vínculos que tienen el valor de propiedad especificado

Seguridad de .NET Framework

Vea también

Referencia

GraphLinkCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)