GraphSchema.FindCategories(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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