Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines options that you have when matching categories.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Enumeration GraphCategoryMatchOption
public enum GraphCategoryMatchOption
public enum class GraphCategoryMatchOption
type GraphCategoryMatchOption
public enum GraphCategoryMatchOption
Members
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. |