GraphLinkCollection::GetByProperty Method (GraphProperty^, Object^)

 

Returns all links in the graph that have the specified property value.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
IEnumerable<GraphLink^>^ GetByProperty(
	GraphProperty^ property,
	Object^ value
)

Parameters

property
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

The property to look for.

value
Type: System::Object^

The value to compare

Return Value

Type: System.Collections.Generic::IEnumerable<GraphLink^>^

links that have the specified property value

Return to top
Show: