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.
Given a URL returns the next URL in the table of contents.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaración
Function GetNextTopic ( _
bstrURL As String _
) As String
'Uso
Dim instance As Help
Dim bstrURL As String
Dim returnValue As String
returnValue = instance.GetNextTopic(bstrURL)
string GetNextTopic(
string bstrURL
)
String^ GetNextTopic(
[InAttribute] String^ bstrURL
)
function GetNextTopic(
bstrURL : String
) : String
Parameters
bstrURL
Type: System.StringString containing the URL of the current topic that is compatible with Internet Explorer.
Return Value
Type: System.String
A string containing the URL of the text topic in the table of contents.
Remarks
This method is deprecated. See GetNextTopic 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.