CommandBar::accHelpTopic Property (String^, Object^)

 

Gets the help topic. This property is deprecated.

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

[DispIdAttribute(-5009)]
property int default[
	[OutAttribute] String^% pszHelpFile,
	Object^ varChild
] {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(-5009)]
	int get([OutAttribute] String^% pszHelpFile, Object^ varChild);
}

Parameters

pszHelpFile
Type: System::String^

The name.

varChild
Type: System::Object^

The child.

Property Value

Type: System::Int32

The help topic. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: