IIntegratedHelpService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
针对提供的帮助,定义 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 的帮助主题。 |