_CommandBarComboBox::accValue Property (Object^)

 

Gets the value. This property is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(-5004)]
property String^ default[
	Object^ varChild
] {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(-5004)]
	String^ get(Object^ varChild);
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(-5004)]
	void set(Object^ varChild, String^ value);
}

Parameters

varChild
Type: System::Object^

The child.

Property Value

Type: System::String^

The value. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: