CommandBarButtonClass::accHelp Property (Object^)

 

Gets the help. This property is deprecated.

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

public:
[DispIdAttribute(-5008)]
property String^ default[
	Object^ varChild
] {
	[DispIdAttribute(-5008)]
	[TypeLibFuncAttribute(64)]
	virtual String^ get(Object^ varChild);
}

Parameters

varChild
Type: System::Object^

The child.

Property Value

Type: System::String^

The help. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: