Partager via


GraphNodeCollection.GetByProperty, méthode

Retourne tous les nœuds dans le graphique qui ont la valeur de propriété spécifiée.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<GraphNode>
nœuds ayant la valeur de propriété spécifiée

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms