GraphObject.GetDerivedCategory Método

Definição

Sobrecargas

GetDerivedCategory(GraphCategory)

Retorna a primeira categoria de folha correspondente que tem a categoria fornecida em sua hierarquia.

GetDerivedCategory(String)

Retorna a primeira categoria de folha correspondente que tem a categoria fornecida em sua hierarquia.

GetDerivedCategory(GraphCategory)

Retorna a primeira categoria de folha correspondente que tem a categoria fornecida em sua hierarquia.

public:
 Microsoft::VisualStudio::GraphModel::GraphCategory ^ GetDerivedCategory(Microsoft::VisualStudio::GraphModel::GraphCategory ^ parentCategory);
public Microsoft.VisualStudio.GraphModel.GraphCategory GetDerivedCategory (Microsoft.VisualStudio.GraphModel.GraphCategory parentCategory);
member this.GetDerivedCategory : Microsoft.VisualStudio.GraphModel.GraphCategory -> Microsoft.VisualStudio.GraphModel.GraphCategory
Public Function GetDerivedCategory (parentCategory As GraphCategory) As GraphCategory

Parâmetros

parentCategory
GraphCategory

A categoria a ser localizada

Retornos

GraphCategory

Retornar primeira categoria de folha correspondente

Aplica-se a

GetDerivedCategory(String)

Retorna a primeira categoria de folha correspondente que tem a categoria fornecida em sua hierarquia.

public:
 Microsoft::VisualStudio::GraphModel::GraphCategory ^ GetDerivedCategory(System::String ^ parentCategory);
public Microsoft.VisualStudio.GraphModel.GraphCategory GetDerivedCategory (string parentCategory);
member this.GetDerivedCategory : string -> Microsoft.VisualStudio.GraphModel.GraphCategory
Public Function GetDerivedCategory (parentCategory As String) As GraphCategory

Parâmetros

parentCategory
String

A categoria a ser localizada

Retornos

GraphCategory

Retornar primeira categoria de folha correspondente

Aplica-se a