Compartir a través de


del método InfoPathOMHelper.Init

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 Init ( _
    app As Object, _
    doc As Object, _
    urn As String, _
    applicationPath 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 applicationPath As String
Dim isFT As Boolean
Dim showExceptions As Boolean
Dim returnValue As String

returnValue = instance.Init(app, doc, urn, _
    applicationPath, isFT, showExceptions)
public string Init(
    Object app,
    Object doc,
    string urn,
    string applicationPath,
    bool isFT,
    bool showExceptions
)

Parámetros

Valor devuelto

Tipo: System.String

Vea también

Referencia

clase InfoPathOMHelper

Miembros InfoPathOMHelper

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