Partager via


Solution2.Version - Propriété

Obtient le numéro de version d'un modèle de formulaire Microsoft Office InfoPath.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
ReadOnly Property Version As String
    Get
'Utilisation
Dim instance As Solution2
Dim value As String

value = instance.Version
string Version { get; }

Valeur de propriété

Type : System.String
Le numéro de version d'un modèle de formulaire Microsoft Office InfoPath.

Implémentations

Solution.Version

Remarques

Pour obtenir le numéro de version de l'application InfoPath, utilisez Version.

Exemples

thisXDocument.UI.Alert("Version: " + thisXDocument.Solution.Version);

Voir aussi

Référence

Solution2 interface

Solution2 - Membres

Version - Surcharge

Microsoft.Office.Interop.InfoPath - Espace de noms