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에 해당하는 도움말 항목을 표시합니다.

적용 대상