IVsDropdownBarClient3.GetAutomationProperties(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.