_ExternalApplication2.New method (String, Int32)
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub New ( _
bstrDocumentURI As String, _
dwBehavior As Integer _
)
'Usage
Dim instance As _ExternalApplication2
Dim bstrDocumentURI As String
Dim dwBehavior As Integer
instance.New(bstrDocumentURI, dwBehavior)
void New(
string bstrDocumentURI,
int dwBehavior
)
Parameters
- bstrDocumentURI
Type: System.String
- dwBehavior
Type: System.Int32
Implements
_ExternalApplication.New(String, Int32)