IVsLiteTree.GetParentIndexAbsolute(UInt32, UInt32) Method

Definition

Gets the next visible expanded list.

C++/WinRT
int GetParentIndexAbsolute(unsigned int AbsIndex, [Runtime::InteropServices::Out] unsigned int & pParentIndex);

Parameters

AbsIndex
UInt32

[in] Integer containing the absolute index of the node. Use -1 on the first call or the index of an expanded node.

pParentIndex
UInt32

[out] Pointer to the index of the expanded list. Set to null if there are no more lists available.

Returns

If the method succeeds, it returns S_OK. Returns S_FALSE if there are no more lists. Returns E_FAIL if the index is out of range.

Remarks

COM Signature

[C++]

From vsshell.idl:

HRESULT IVsLiteTree::GetParentIndexAbsolute(  
   [in] ULONG AbsIndex,   
   [out] ULONG* pParentIndex  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022