Compartir a través de


IVsDropdownBarClient3.GetAutomationProperties (Método)

Gets the automation name and ID for the drop down box.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (en Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintaxis

'Declaración
Function GetAutomationProperties ( _
    iCombo As Integer, _
    <OutAttribute> ByRef pbstrName As String, _
    <OutAttribute> ByRef pbstrId As String _
) As Integer
int GetAutomationProperties(
    int iCombo,
    out string pbstrName,
    out string pbstrId
)
int GetAutomationProperties(
    [InAttribute] int iCombo, 
    [OutAttribute] String^% pbstrName, 
    [OutAttribute] String^% pbstrId
)
abstract GetAutomationProperties : 
        iCombo:int * 
        pbstrName:string byref * 
        pbstrId:string byref -> int
function GetAutomationProperties(
    iCombo : int, 
    pbstrName : String, 
    pbstrId : String
) : int

Parámetros

  • iCombo
    Tipo: Int32

    The index of the combo.

  • pbstrName
    Tipo: String%

    [out] The automation name of the combo.

  • pbstrId
    Tipo: String%

    [out] The ID of the combo.

Valor devuelto

Tipo: Int32
The HRESULT.

Seguridad de .NET Framework

Vea también

Referencia

IVsDropdownBarClient3 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)