Compartir a través de


GraphNodeCollection.GetByProperty (Método)

Devuelve todos los nodos 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 GraphNode)
public IEnumerable<GraphNode> GetByProperty(
    GraphProperty property,
    Object value
)
public:
IEnumerable<GraphNode^>^ GetByProperty(
    GraphProperty^ property, 
    Object^ value
)
member GetByProperty : 
        property:GraphProperty * 
        value:Object -> IEnumerable<GraphNode> 
public function GetByProperty(
    property : GraphProperty, 
    value : Object
) : IEnumerable<GraphNode>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<GraphNode>
nodos que tienen el valor de propiedad especificado

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)