IVsDropdownBarClientEx::GetEntryIndent Method (Int32, Int32, UInt32)
Visual Studio 2015
Returns the indent level for a particular drop-down bar/Window combo item.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- iCombo
-
Type:
System::Int32
[in] The drop-down bar/Window combo.
- iIndex
-
Type:
System::Int32
[in] Index of the item of interest.
- pIndent
-
Type:
System::UInt32
[out] Indent level of iIndex item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr2.idl:
HRESULT IVsDropdownBarClientEx::GetEntryIndent( [in] long iCombo, [in] long iIndex, [out] ULONG *pIndent );
Show: