このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.dll 内)
構文
'宣言
Public Function Init ( _
app As Object, _
doc As Object, _
urn As String, _
applicationPath As String, _
isFT As Boolean, _
showExceptions As Boolean _
) As String
'使用
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
)
パラメータ
- app
- doc
- urn
- applicationPath
- isFT
- showExceptions
関連項目
参照
InfoPathOMHelper クラス
InfoPathOMHelper のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間