次の方法で共有


ICLRExtensions.PutCancellationInfo メソッド

このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
Sub PutCancellationInfo ( _
    <InAttribute> vfSuppressUI As Boolean, _
    <InAttribute> bstrMessage As String, _
    <InAttribute> bstrDetails As String _
)
'使用
Dim instance As ICLRExtensions
Dim vfSuppressUI As Boolean
Dim bstrMessage As String
Dim bstrDetails As String

instance.PutCancellationInfo(vfSuppressUI, bstrMessage, bstrDetails)
void PutCancellationInfo (
    [InAttribute] bool vfSuppressUI,
    [InAttribute] string bstrMessage,
    [InAttribute] string bstrDetails
)

パラメータ

  • vfSuppressUI
  • bstrMessage
  • bstrDetails

関連項目

参照

ICLRExtensions インターフェイス
ICLRExtensions のメンバ
Microsoft.Office.Interop.InfoPath 名前空間