CommandBar.accHelpTopic[String, Object] Property    
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 help topic. This property is deprecated.
public:
 property int accHelpTopic[System::String ^ %, System::Object ^] { int get([Runtime::InteropServices::Out] System::String ^ % pszHelpFile, System::Object ^ varChild); };[System.Runtime.InteropServices.DispId(-5009)]
public int accHelpTopic[out string pszHelpFile, object varChild] { [System.Runtime.InteropServices.DispId(-5009)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }[<System.Runtime.InteropServices.DispId(-5009)>]
[<get: System.Runtime.InteropServices.DispId(-5009)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accHelpTopic(string * obj) : intPublic ReadOnly Property accHelpTopic(ByRef pszHelpFile As String, Optional varChild As Object) As IntegerParameters
- pszHelpFile
- String
The name.
- varChild
- Object
The child.
Property Value
The help topic. This property is deprecated.
Implements
- Attributes
Remarks
This property throws a DeprecatedException when called.