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
- property
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
La propriété à rechercher.
- value
Type : System.Object
Valeur à comparer.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<GraphNode>
nœuds ayant la valeur de propriété spécifiée
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.