Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.