Help.DisplayTopicFromURL Method
Displays a help topic specified by the URL in Document Explorer.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Déclaration
Sub DisplayTopicFromURL ( _
pszURL As String _
)
'Utilisation
Dim instance As Help
Dim pszURL As String
instance.DisplayTopicFromURL(pszURL)
void DisplayTopicFromURL(
string pszURL
)
void DisplayTopicFromURL(
[InAttribute] String^ pszURL
)
function DisplayTopicFromURL(
pszURL : String
)
Parameters
pszURL
Type: System.StringA string containing the URL.
Remarks
This method is deprecated. See DisplayTopicFromURL for information about the current implementation.
Permissions
- 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.