Поделиться через


IVsDropdownBarClient3.GetAutomationProperties - метод

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

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (в Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Синтаксис

'Декларация
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

Параметры

  • iCombo
    Тип: Int32

    The index of the combo.

  • pbstrName
    Тип: String%

    [out] The automation name of the combo.

  • pbstrId
    Тип: String%

    [out] The ID of the combo.

Возвращаемое значение

Тип: Int32
The HRESULT.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsDropdownBarClient3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен