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

  • publicKeyTokens
    Type: []

Return value

Type: System.String

See also

Reference

InfoPathOMHelper class

InfoPathOMHelper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace