IVsLiteTree::GetExpandableAbsolute Method (UInt32, Int32)
Visual Studio 2015
Determines whether or not you can expand an item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- AbsIndex
-
Type:
System::UInt32
[in] Absolute index of the item to check.
- pfCanExpand
-
Type:
System::Int32
[out] Pointer to a Boolean. Set to true if you can expand the item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
[C++]
From vsshell.idl:
HRESULT IVsLiteTree::GetExpandableAbsolute( [in] ULONG AbsIndex, [out] BOOL *pfCanExpand );
Show: