IVsDropdownBarClientEx::GetEntryIndent Method (Int32, Int32, UInt32)

 

Returns the indent level for a particular drop-down bar/Window combo item.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int GetEntryIndent(
	int iCombo,
	int iIndex,
	[OutAttribute] unsigned int% pIndent
)

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::Int32

If 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
);
Return to top
Show: