ExternalApplicationClass.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(4)> _
Public Overridable Sub New ( _
<InAttribute> bstrDocumentURI As String, _
<InAttribute> <OptionalAttribute> Optional dwBehavior As Integer = 1 _
) Implements _ExternalApplication.New
'Usage
Dim instance As ExternalApplicationClass
Dim bstrDocumentURI As String
Dim dwBehavior As Integer
CType(instance, _ExternalApplication).New(bstrDocumentURI, dwBehavior)
[DispIdAttribute(4)]
public virtual void _ExternalApplication.New (
[InAttribute] string bstrDocumentURI,
[OptionalAttribute] [InAttribute] int dwBehavior
)
Parameter
- bstrDocumentURI
- dwBehavior
Siehe auch
Referenz
ExternalApplicationClass-Klasse
ExternalApplicationClass-Member
Microsoft.Office.Interop.InfoPath-Namespace