GraphSchema::FindCategories Method (IEnumerable<String^>^)

 

Gets all the GraphCategories with the specified IDs in this schema and all child schemas recursively.

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

public:
IEnumerable<GraphCategory^>^ FindCategories(
	IEnumerable<String^>^ idList
)

Parameters

idList
Type: System.Collections.Generic::IEnumerable<String^>^

Unique IDs of the GraphCategories to obtain.

Return Value

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

The matching GraphCategories.

Return to top
Show: