XDocumentsCollectionClass.XDocuments_New-Methode
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Public Overridable Function XDocuments_New ( _
<InAttribute> varURI As Object, _
<InAttribute> <OptionalAttribute> Optional dwBehavior As Integer = 1 _
) As XDocument Implements XDocuments.New
'Usage
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument
returnValue = CType(instance, XDocuments).New(varURI, dwBehavior)
public virtual XDocument XDocuments.New (
[InAttribute] Object varURI,
[OptionalAttribute] [InAttribute] int dwBehavior
)
Parameter
- varURI
- dwBehavior
Siehe auch
Referenz
XDocumentsCollectionClass-Klasse
XDocumentsCollectionClass-Member
Microsoft.Office.Interop.InfoPath-Namespace