HelpDocumentManager.showHelpTopic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
showHelpTopic() | |
showHelpTopic(String) | |
showHelpTopic(String, String) | |
showHelpTopic(String, String, String) | |
showHelpTopic(String, String, String, String) |
showHelpTopic()
public:
static void showHelpTopic();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static void showHelpTopic ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member showHelpTopic : unit -> unit
Public Shared Sub showHelpTopic ()
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
showHelpTopic(String)
public:
static void showHelpTopic(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static void showHelpTopic (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member showHelpTopic : string -> unit
Public Shared Sub showHelpTopic (text1 As String)
Parameters
- text1
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
showHelpTopic(String, String)
public:
static void showHelpTopic(System::String ^ text1, System::String ^ text2);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static void showHelpTopic (string text1, string text2);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member showHelpTopic : string * string -> unit
Public Shared Sub showHelpTopic (text1 As String, text2 As String)
Parameters
- text1
- String
- text2
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
showHelpTopic(String, String, String)
public:
static void showHelpTopic(System::String ^ text1, System::String ^ text2, System::String ^ text3);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static void showHelpTopic (string text1, string text2, string text3);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member showHelpTopic : string * string * string -> unit
Public Shared Sub showHelpTopic (text1 As String, text2 As String, text3 As String)
Parameters
- text1
- String
- text2
- String
- text3
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
showHelpTopic(String, String, String, String)
public:
static void showHelpTopic(System::String ^ _topic, System::String ^ _documentSet, System::String ^ _contentLanguage, System::String ^ _uiLanguage);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static void showHelpTopic (string _topic, string _documentSet, string _contentLanguage, string _uiLanguage);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member showHelpTopic : string * string * string * string -> unit
Public Shared Sub showHelpTopic (_topic As String, _documentSet As String, _contentLanguage As String, _uiLanguage As String)
Parameters
- _topic
- String
- _documentSet
- String
- _contentLanguage
- String
- _uiLanguage
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute