ExternalApplication 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.
Représente l’application Microsoft InfoPath.
public interface class ExternalApplication : Microsoft::Office::Interop::InfoPath::_ExternalApplication2
[System.Runtime.InteropServices.Guid("096CD772-0786-11D1-95FA-0080C78EE3BB")]
public interface ExternalApplication : Microsoft.Office.Interop.InfoPath._ExternalApplication2
type ExternalApplication = interface
interface _ExternalApplication2
Public Interface ExternalApplication
Implements _ExternalApplication2
- Dérivé
- Attributs
- Implémente
Exemples
Dans l'exemple suivant, l'objet ExternalApplication est créé et utilisé pour ouvrir un formulaire :
<span class="label">ExternalApplication</span> infoPath = new ExternalApplicationClass();
// Open an InfoPath form.
infoPath.Open(@"C:\My Forms\Form1.xml", 1);
Remarque : L’exemple ci-dessus suppose que l’espace Microsoft.Office.Interop.InfoPath de noms est utilisé et que la bibliothèque de types Microsoft InfoPath 3.0 est référencée.
Remarques
Ce type est le wrapper d’une coclasse requise par le code managé pour l’interopérabilité COM. Utilisez ce type pour accéder aux membres de l’interface COM implémentée par cette coclasse. Pour plus d’informations sur l’interface COM, y compris un lien vers les descriptions de ses membres, consultez_ExternalApplication .
L'objet ExternalApplication est un type obsolète qu'il ne faut plus utiliser pour l'automatisation. L’objet Application et l’objet XDocument contiennent les propriétés et méthodes nécessaires à l’automatisation externe de l’application InfoPath.
Pour des raisons de compatibilité descendante, l'objet ExternalApplication peut être utilisé pour effectuer un ensemble limité d'opérations InfoPath telles que la création, l'ouverture ou la fermeture d'un formulaire ; l'inscription ou l'annulation de l'inscription d'un modèle de formulaire ; ou simplement la fermeture de l'application.
Méthodes
CacheSolution(String) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
Close(String) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
New(String, Int32) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
NewFromSolution(String) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
NewFromSolutionWithInputParameters(String, String) |
Crée un nouveau formulaire à l'aide du modèle de formulaire spécifié avec le modèle de formulaire spécifié et les paramètres d'entrée. (Hérité de _ExternalApplication2) |
Open(String, Int32) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
Quit() |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
RegisterSolution(String, String) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |
UnregisterSolution(String) |
Représente l’application Microsoft InfoPath. (Hérité de _ExternalApplication2) |