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
'Declaration
Sub DisplayTopicFromURL ( _
pszURL As String _
)
void DisplayTopicFromURL(
string pszURL
)
void DisplayTopicFromURL(
[InAttribute] String^ pszURL
)
abstract DisplayTopicFromURL :
pszURL:string -> unit
function DisplayTopicFromURL(
pszURL : String
)
Parameters
- pszURL
Type: System.String
A string containing the URL.
Remarks
This method is deprecated. See DisplayTopicFromURL for information about the current implementation.
.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.