Partager via


_XDocument3.Solution Propriété

Définition

Obtient une référence à l’objet SolutionObject associé à un formulaire Microsoft Office InfoPath.

public:
 property Microsoft::Office::Interop::InfoPath::SolutionObject ^ Solution { Microsoft::Office::Interop::InfoPath::SolutionObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.SolutionObject Solution { get; }
member this.Solution : Microsoft.Office.Interop.InfoPath.SolutionObject
Public ReadOnly Property Solution As SolutionObject

Valeur de propriété

Référence à l’objet SolutionObject associé à un formulaire

Implémente

Exemples

Dans l’exemple suivant, la propriété Solution de l’objet XDocument est utilisée pour charger une variable avec le contenu XML du fichier .xsf :

string xsf;
xsf = thisXDocument.<span class="label">Solution</span>.DOM.xml;

Dans l’exemple suivant, la propriété Solution de l’objet XDocument est utilisée pour charger une variable avec le contenu XML du fichier .xsf :

string xsf;
xsf = thisXDocument.<span class="label">Solution</span>.DOM.xml;

Remarques

La propriété Solution offre l'accès à des informations sur le fichier de définition de formulaire (.xsf) associé à un formulaire, tel que l'accès à un modèle DOM (Document Object Model) XML contenant toutes les données source XML du fichier .xsf.

S’applique à