XDocuments3.New - Méthode (Object, Int32)
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Function New ( _
varURI As Object, _
dwBehavior As Integer _
) As XDocument
'Utilisation
Dim instance As XDocuments3
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument
returnValue = instance.New(varURI, dwBehavior)
XDocument New(
Object varURI,
int dwBehavior
)
Paramètres
- varURI
Type : System.Object
- dwBehavior
Type : System.Int32
Valeur renvoyée
Type : Microsoft.Office.Interop.InfoPath.XDocument
Cette propriété renvoie XDocument.
Implémentations
XDocuments2.New(Object, Int32)