Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.