Freigeben über


IVsDropdownBarClient.GetEntryAttributes-Methode

Gibt Text darstellungs Dropdownliste Kombinations Attribute für einen Eintrag zurück.

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

Syntax

'Declaration
Function GetEntryAttributes ( _
    iCombo As Integer, _
    iIndex As Integer, _
    <OutAttribute> ByRef pAttr As UInteger _
) As Integer
int GetEntryAttributes(
    int iCombo,
    int iIndex,
    out uint pAttr
)
int GetEntryAttributes(
    [InAttribute] int iCombo, 
    [InAttribute] int iIndex, 
    [OutAttribute] unsigned int% pAttr
)
abstract GetEntryAttributes : 
        iCombo:int * 
        iIndex:int * 
        pAttr:uint32 byref -> int
function GetEntryAttributes(
    iCombo : int, 
    iIndex : int, 
    pAttr : uint
) : int

Parameter

  • iCombo
    Typ: Int32

    [in] Im Dropdownfeld Kombinationsfeld der Leiste/Fenster.

  • iIndex
    Typ: Int32

    [in] Der Index des betreffenden Elements.

  • pAttr
    Typ: UInt32%

    [out] Attribut für Schriftart. Werte für pAttr werden aus der DROPDOWNFONTATTR-Enumeration bestimmt.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsDropdownBarClient::GetEntryAttributes(
   [in] long iCombo,
   [in] long iIndex,
   [out] ULONG *pAttr
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDropdownBarClient Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace