Displays the Help topic using the specified help file and, optionally, the topic.
[Visual Basic .NET] |
---|
Public Sub ShowHelp( _ ByVal HelpFileUri As String, _ ByVal Data As String, _ ByVal HelpDisplayType As AgEUiPluginHelpDisplayType _ ) |
[C#] |
---|
public void ShowHelp( string HelpFileUri, string Data, AgEUiPluginHelpDisplayType HelpDisplayType ); |
[Managed C++] |
---|
public: void ShowHelp( String __gc ^ HelpFileUri, String __gc ^ Data, AgEUiPluginHelpDisplayType HelpDisplayType ); |
[Unmanaged C++] |
---|
public: HRESULT ShowHelp( BSTR HelpFileUri, BSTR Data, AgEUiPluginHelpDisplayType HelpDisplayType ); |
[Java] |
---|
public void showHelp( String HelpFileUri, String Data, AgEUiPluginHelpDisplayType HelpDisplayType ); |
- HelpFileUri
- Data
- HelpDisplayType