IVsDropdownBarClient3::GetAutomationProperties Method (Int32, String^, String^)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

int GetAutomationProperties(
	int iCombo,
	[OutAttribute] String^% pbstrName,
	[OutAttribute] String^% pbstrId
)

Parameters

iCombo
Type: System::Int32

The index of the combo.

pbstrName
Type: System::String^

[out] The automation name of the combo.

pbstrId
Type: System::String^

[out] The ID of the combo.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: