GraphSchema::FindCategory Method (String^)

 

Gets the GraphCategory with the specified ID by searching this schema and all its children recursively.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphCategory^ FindCategory(
	String^ id
)

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.

Return to top
Show: