Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |