InfoPathOMHelper.Init2 Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Function Init2 ( _
app As Object, _
doc As Object, _
urn As String, _
publicKeyTokens As String(), _
isFT As Boolean, _
showExceptions As Boolean _
) As String
'Usage
Dim instance As InfoPathOMHelper
Dim app As Object
Dim doc As Object
Dim urn As String
Dim publicKeyTokens As String()
Dim isFT As Boolean
Dim showExceptions As Boolean
Dim returnValue As String
returnValue = instance.Init2(app, doc, _
urn, publicKeyTokens, isFT, showExceptions)
public string Init2(
Object app,
Object doc,
string urn,
string[] publicKeyTokens,
bool isFT,
bool showExceptions
)
Parameters
- app
Type: System.Object
- doc
Type: System.Object
- urn
Type: System.String
- publicKeyTokens
Type: []
- isFT
Type: System.Boolean
- showExceptions
Type: System.Boolean
Return Value
Type: System.String