この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(7)> _
Public Overridable Function Confirm ( _
<InAttribute> bstrPrompt As String, _
<InAttribute> lButtons As XdConfirmButtons _
) As XdConfirmChoice Implements UI2.Confirm
'使用
Dim instance As UIObjectClass
Dim bstrPrompt As String
Dim lButtons As XdConfirmButtons
Dim returnValue As XdConfirmChoice
returnValue = CType(instance, UI2).Confirm(bstrPrompt, lButtons)
[DispIdAttribute(7)]
public virtual XdConfirmChoice UI2.Confirm (
[InAttribute] string bstrPrompt,
[InAttribute] XdConfirmButtons lButtons
)
パラメータ
- bstrPrompt
- lButtons
関連項目
参照
UIObjectClass クラス
UIObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間