Sdílet prostřednictvím


UIObjectClass.Confirm-Methode

Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(7)> _
Public Overridable Function Confirm ( _
    <InAttribute> bstrPrompt As String, _
    <InAttribute> lButtons As XdConfirmButtons _
) As XdConfirmChoice Implements UI2.Confirm
'Usage
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
)

Parameter

  • bstrPrompt
  • lButtons

Siehe auch

Referenz

UIObjectClass-Klasse
UIObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace