IIntegratedHelpService 인터페이스

정의

제공된 통합 도움말에 대한 Visual Studio 2010과 Windows 워크플로 디자이너 간의 계약을 정의합니다.

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

메서드

Name Description
AddContextAttribute(String, String, HelpKeywordType)

컨텍스트 특성을 추가합니다.

RemoveContextAttribute(String, String)

컨텍스트 특성을 제거합니다.

ShowHelpFromKeyword(String)

지정된 키워드에 해당하는 도움말 항목을 보여 줍니다.

ShowHelpFromUrl(String)

지정된 URL에 해당하는 도움말 항목을 보여 줍니다.

적용 대상