ESRI.ArcGIS.ADF.Web
DisplayMSHelp2 Method
See Also 
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

See Also

© 2010 All Rights Reserved.