IIntegratedHelpService Interface

.NET Framework (current version)
 

Defines the contract between Visual Studio 2010 and the Windows Workflow Designer for integrated help provided.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public interface class IIntegratedHelpService

NameDescription
System_CAPS_pubmethodAddContextAttribute(String^, String^, HelpKeywordType)

Adds the context attribute.

System_CAPS_pubmethodRemoveContextAttribute(String^, String^)

Removes the context attribute.

System_CAPS_pubmethodShowHelpFromKeyword(String^)

Shows the Help topic that corresponds to the specified keyword.

System_CAPS_pubmethodShowHelpFromUrl(String^)

Shows the Help topic that corresponds to the specified URL.

.NET Framework
Available since 4.0
Return to top
Show: