共用方式為


IVsHierarchyItemManager.TryGetHierarchyItemIdentity Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'宣告
Function TryGetHierarchyItemIdentity ( _
    hierarchy As IVsHierarchy, _
    itemid As UInteger, _
    <OutAttribute> ByRef identity As IVsHierarchyItemIdentity _
) As Boolean
bool TryGetHierarchyItemIdentity(
    IVsHierarchy hierarchy,
    uint itemid,
    out IVsHierarchyItemIdentity identity
)

Parameters

Return Value

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

Remarks

The returned IVsHierarchyItemIdentity provides information about related nested hierarchies. This method only returns an identity if the corresponding identity has previously been created by GetHierarchyItem.

.NET Framework Security

See Also

Reference

IVsHierarchyItemManager Interface

Microsoft.VisualStudio.Shell Namespace