GraphSchema.FindCategories(IEnumerable<String>) Method

Definition

Gets all the GraphCategories with the specified ids in this schema and all child schemas recurrsively.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ FindCategories(System::Collections::Generic::IEnumerable<System::String ^> ^ idList);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> FindCategories (System.Collections.Generic.IEnumerable<string> idList);
member this.FindCategories : seq<string> -> seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public Function FindCategories (idList As IEnumerable(Of String)) As IEnumerable(Of GraphCategory)

Parameters

idList
IEnumerable<String>

Unique ids of the GraphCategories to get

Returns

The matching GraphCategories

Applies to