GraphLinkCollection.GetByProperty, méthode
Retourne tous les liens 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 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>
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<GraphLink>
liens 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.