IIntegratedHelpService 接口

定义

针对提供的帮助,定义 Visual Studio 2010 和 Windows 工作流设计器之间的协定。

public interface class IIntegratedHelpService
public interface IIntegratedHelpService
type IIntegratedHelpService = interface
Public Interface IIntegratedHelpService

方法

AddContextAttribute(String, String, HelpKeywordType)

添加上下文特性。

RemoveContextAttribute(String, String)

移除上下文特性。

ShowHelpFromKeyword(String)

显示对应于指定关键字的帮助主题。

ShowHelpFromUrl(String)

显示对应于指定 URL 的帮助主题。

适用于