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
- property
Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty
Propiedad que se va a buscar.
- value
Tipo: System.Object
Valor que se va a comparar
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<GraphNode>
nodos que tienen el valor de propiedad especificado
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.