Partager via


IVsHierarchyItemManager.TryGetHierarchyItem, méthode

Gets a cached IVsHierarchyItem representing the specified hierarchy and item identifier, if one has already been created.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
Function TryGetHierarchyItem ( _
    hierarchy As IVsHierarchy, _
    itemid As UInteger, _
    <OutAttribute> ByRef item As IVsHierarchyItem _
) As Boolean
bool TryGetHierarchyItem(
    IVsHierarchy hierarchy,
    uint itemid,
    out IVsHierarchyItem item
)

Paramètres

Valeur de retour

Type : System.Boolean
true if the IVsHierarchyItem exists and was returned, otherwise false.

Remarques

The returned IVsHierarchyItem can be used to get properties about the item and to visit its parent and child items.

Sécurité .NET Framework

Voir aussi

Référence

IVsHierarchyItemManager Interface

Microsoft.VisualStudio.Shell, espace de noms