Metodo IVsDropdownBarClient3.GetAutomationProperties
Gets the automation name and ID for the drop down box.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Sintassi
'Dichiarazione
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
Parametri
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.
Valore restituito
Tipo: Int32
The HRESULT.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.