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