InfoPathOMHelper.Init-Methode
Dieser Member wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)
Syntax
'Declaration
Public Function Init ( _
app As Object, _
doc As Object, _
urn As String, _
applicationPath 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 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
)
Parameter
- app
- doc
- urn
- applicationPath
- isFT
- showExceptions
Siehe auch
Referenz
InfoPathOMHelper-Klasse
InfoPathOMHelper-Member
Microsoft.Office.Interop.InfoPath.SemiTrust-Namespace