Partager via


GraphCategory.IsBasedOn, méthode

Détermine si cette catégorie repose sur la catégorie spécifiée.Parcourt la chaîne entière "BasedOn" pour rechercher la catégorie spécifiée.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function IsBasedOn ( _
    baseCategory As GraphCategory _
) As Boolean
public bool IsBasedOn(
    GraphCategory baseCategory
)
public:
bool IsBasedOn(
    GraphCategory^ baseCategory
)
member IsBasedOn : 
        baseCategory:GraphCategory -> bool 
public function IsBasedOn(
    baseCategory : GraphCategory
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si cette catégorie est basée sur la catégorie spécifiée, notamment si cette catégorie EST la catégorie de base

Sécurité .NET Framework

Voir aussi

Référence

GraphCategory Classe

Microsoft.VisualStudio.GraphModel, espace de noms