ESRI.ArcGIS.ADF.Web
DisplayMSHelp2 Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > VSUtility Class : DisplayMSHelp2 Method




helpNameSpace
The namespace of the MSHelp 2 file to display
url
The MS-Help URL location to display.
Adds references to assemblies

Syntax

Visual Basic (Declaration) 
Public Shared Sub DisplayMSHelp2( _
   ByVal helpNameSpace As String, _
   ByVal url As String _
) 
Visual Basic (Usage)Copy Code
Dim helpNameSpace As String
Dim url As String
 
VSUtility.DisplayMSHelp2(helpNameSpace, url)
C# 
public static void DisplayMSHelp2( 
   string helpNameSpace,
   string url
)

Parameters

helpNameSpace
The namespace of the MSHelp 2 file to display
url
The MS-Help URL location to display.

Return Value

Whether the operation completed successfully

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.