GraphCategoryMatchOption Enumeration
Visual Studio 2015
This enumeration defines options that you have when matching categories.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Member name | Description | |
|---|---|---|
| Exact | The categories only match if the exact category is found on the graph object you are searching. | |
| Inherited | The categories match if the graph object you are searching has the given category or subcategory that inherits from the given category as defined by the BasedOnCategory property. |
Show: