Partager via


IVsDropdownBarClientEx.GetEntryIndent, méthode

Retourne le niveau de retrait pour un élément déroulant de configuration pgorelease particulier de barre/fenêtre.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetEntryIndent ( _
    iCombo As Integer, _
    iIndex As Integer, _
    <OutAttribute> ByRef pIndent As UInteger _
) As Integer
int GetEntryIndent(
    int iCombo,
    int iIndex,
    out uint pIndent
)
int GetEntryIndent(
    [InAttribute] int iCombo, 
    [InAttribute] int iIndex, 
    [OutAttribute] unsigned int% pIndent
)
abstract GetEntryIndent : 
        iCombo:int * 
        iIndex:int * 
        pIndent:uint32 byref -> int
function GetEntryIndent(
    iCombo : int, 
    iIndex : int, 
    pIndent : uint
) : int

Paramètres

  • iCombo
    Type : Int32

    [in] la zone déroulant de barre/fenêtre.

  • iIndex
    Type : Int32

    [in] index de l'élément concerné.

  • pIndent
    Type : UInt32%

    [] niveau de retrait d'élément d'iIndex.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr2.idl :

HRESULT IVsDropdownBarClientEx::GetEntryIndent(
   [in] long iCombo,
   [in] long iIndex,
   [out] ULONG *pIndent
);

Sécurité .NET Framework

Voir aussi

Référence

IVsDropdownBarClientEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms