Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
Sub DisplayTopicFromURLEx ( _
pszURL As String, _
pIVsHelpTopicShowEvents As IVsHelpTopicShowEvents _
)
void DisplayTopicFromURLEx(
string pszURL,
IVsHelpTopicShowEvents pIVsHelpTopicShowEvents
)
void DisplayTopicFromURLEx(
[InAttribute] String^ pszURL,
[InAttribute] IVsHelpTopicShowEvents^ pIVsHelpTopicShowEvents
)
abstract DisplayTopicFromURLEx :
pszURL:string *
pIVsHelpTopicShowEvents:IVsHelpTopicShowEvents -> unit
function DisplayTopicFromURLEx(
pszURL : String,
pIVsHelpTopicShowEvents : IVsHelpTopicShowEvents
)
Parameters
- pszURL
Type: System.String
String containing an URL address that is compatible with Internet Explorer.
- pIVsHelpTopicShowEvents
Type: Microsoft.VisualStudio.VSHelp.IVsHelpTopicShowEvents
An IVsHelpTopicShowEvents object.
Implements
Help.DisplayTopicFromURLEx(String, IVsHelpTopicShowEvents)
Remarks
Use DisplayTopicFromURL instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.