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 に対応するヘルプ トピックを表示します。

適用対象