GraphSchema::FindCategory Method (String^)
Visual Studio 2015
Gets the GraphCategory with the specified ID by searching this schema and all its children recursively.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- id
-
Type:
System::String^
Unique ID of the GraphCategory to obtain.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^The matching GraphCategory, or null if not found.
Show: