IVsDropdownBarClient3.GetAutomationProperties(Int32, String, String) Method

Definition

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

public:
 int GetAutomationProperties(int iCombo, [Runtime::InteropServices::Out] System::String ^ % pbstrName, [Runtime::InteropServices::Out] System::String ^ % pbstrId);
public int GetAutomationProperties (int iCombo, out string pbstrName, out string pbstrId);
abstract member GetAutomationProperties : int * string * string -> int
Public Function GetAutomationProperties (iCombo As Integer, ByRef pbstrName As String, ByRef pbstrId As String) As Integer

Parameters

iCombo
Int32

The index of the combo.

pbstrName
String

[out] The automation name of the combo.

pbstrId
String

[out] The ID of the combo.

Returns

The HRESULT.

Applies to