GraphSchema::FindCategoryByLabel Method (String^)
Visual Studio 2015
Gets the first GraphCategory with the specified label from this schema or any subschema.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- label
-
Type:
System::String^
The label to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^The first category with the given label. Null if no category is found.
Show: