XDocumentsCollectionClass.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
<DispIdAttribute(2)> _
Public Overridable Function New ( _
<InAttribute> varURI As Object, _
<InAttribute> <OptionalAttribute> Optional dwBehavior As Integer = 1 _
) As XDocument Implements XDocuments2.New
'Usage
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument
returnValue = CType(instance, XDocuments2).New(varURI, dwBehavior)
[DispIdAttribute(2)]
public virtual XDocument XDocuments2.New (
[InAttribute] Object varURI,
[OptionalAttribute] [InAttribute] int dwBehavior
)
Parameter
- varURI
- dwBehavior
Siehe auch
Referenz
XDocumentsCollectionClass-Klasse
XDocumentsCollectionClass-Member
Microsoft.Office.Interop.InfoPath-Namespace