IIntegratedHelpService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le contrat entre Visual Studio 2010 et le Concepteur de flux de travail Windows pour l’aide intégrée fournie.
public interface class IIntegratedHelpService
public interface IIntegratedHelpService
type IIntegratedHelpService = interface
Public Interface IIntegratedHelpService
Méthodes
| AddContextAttribute(String, String, HelpKeywordType) |
Ajoute l'attribut de contexte. |
| RemoveContextAttribute(String, String) |
Supprime l'attribut de contexte. |
| ShowHelpFromKeyword(String) |
Affiche la rubrique d'aide correspondant au mot clé spécifié. |
| ShowHelpFromUrl(String) |
Affiche la rubrique d'aide correspondant à l'URL spécifiée. |