Compartir a través de


del método InfoPathOMHelper.Init2

Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  Microsoft.Office.Interop.InfoPath.SemiTrust
Ensamblado:  Microsoft.Office.Interop.InfoPath.SemiTrust (en Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Sintaxis

'Declaración
Public Function Init2 ( _
    app As Object, _
    doc As Object, _
    urn As String, _
    publicKeyTokens As String(), _
    isFT As Boolean, _
    showExceptions As Boolean _
) As String
'Uso
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
)

Parámetros

  • publicKeyTokens
    Tipo: []

Valor devuelto

Tipo: System.String

Vea también

Referencia

clase InfoPathOMHelper

Miembros InfoPathOMHelper

Espacio de nombres Microsoft.Office.Interop.InfoPath.SemiTrust