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