CommandBar.accHelpTopic[String, Object] 属性

定义

获取帮助主题。 此属性已弃用。

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) : int
Public ReadOnly Property accHelpTopic(ByRef pszHelpFile As String, Optional varChild As Object) As Integer

参数

pszHelpFile
String

名称。

varChild
Object

子级。

属性值

Int32

帮助主题。 此属性已弃用。

实现

属性

注解

此属性在调用时会引发 DeprecatedException。

适用于