调用帮助主题后面显示。
命名空间: Microsoft.VisualStudio.VSHelp
程序集: Microsoft.VisualStudio.VSHelp(在 Microsoft.VisualStudio.VSHelp.dll 中)
语法
声明
Sub OnTopicShowComplete ( _
bstrURL As String, _
pWB As Object _
)
void OnTopicShowComplete(
string bstrURL,
Object pWB
)
void OnTopicShowComplete(
[InAttribute] String^ bstrURL,
[InAttribute] Object^ pWB
)
abstract OnTopicShowComplete :
bstrURL:string *
pWB:Object -> unit
function OnTopicShowComplete(
bstrURL : String,
pWB : Object
)
参数
bstrURL
类型:String字符串包含帮助主题的 URL。
pWB
类型:Object浏览器对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。