Share via


HierarchyItemPair.MaybeMapToNested Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Function MaybeMapToNested ( _
    outerInfo As HierarchyItemPair, _
    <OutAttribute> ByRef nestedInfo As HierarchyItemPair _
) As Boolean
public static bool MaybeMapToNested(
    HierarchyItemPair outerInfo,
    out HierarchyItemPair nestedInfo
)
public:
static bool MaybeMapToNested(
    HierarchyItemPair^ outerInfo, 
    [OutAttribute] HierarchyItemPair^% nestedInfo
)
static member MaybeMapToNested : 
        outerInfo:HierarchyItemPair * 
        nestedInfo:HierarchyItemPair byref -> bool
public static function MaybeMapToNested(
    outerInfo : HierarchyItemPair, 
    nestedInfo : HierarchyItemPair
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

HierarchyItemPair Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace