GraphSchema.FindCategory(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 the GraphCategory with the specified id by searching this schema and all of its children recurrsively.
public:
Microsoft::VisualStudio::GraphModel::GraphCategory ^ FindCategory(System::String ^ id);
public Microsoft.VisualStudio.GraphModel.GraphCategory FindCategory (string id);
member this.FindCategory : string -> Microsoft.VisualStudio.GraphModel.GraphCategory
Public Function FindCategory (id As String) As GraphCategory
Parameters
- id
- String
Unique Id of the GraphCategory to get
Returns
The matching GraphCategory, or null if not found