Método IVsDropdownBarClient3.GetAutomationProperties
Gets the automation name and ID for the drop down box.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (em Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Sintaxe
'Declaração
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: Int32The index of the combo.
pbstrName
Tipo: String%[out] The automation name of the combo.
pbstrId
Tipo: String%[out] The ID of the combo.
Valor de retorno
Tipo: Int32
The HRESULT.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.