Sdílet prostřednictvím


UIObjectClass.UI_ShowModalDialog-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
Public Overridable Function UI_ShowModalDialog ( _
    <InAttribute> bstrName As String, _
    <InAttribute> <OptionalAttribute> varArguments As Object, _
    <InAttribute> <OptionalAttribute> varHeight As Object, _
    <InAttribute> <OptionalAttribute> varWidth As Object, _
    <InAttribute> <OptionalAttribute> varTop As Object, _
    <InAttribute> <OptionalAttribute> varLeft As Object _
) As Object Implements UI.ShowModalDialog
'Usage
Dim instance As UIObjectClass
Dim bstrName As String
Dim varArguments As Object
Dim varHeight As Object
Dim varWidth As Object
Dim varTop As Object
Dim varLeft As Object
Dim returnValue As Object

returnValue = CType(instance, UI).ShowModalDialog(bstrName, varArguments, varHeight, varWidth, varTop, varLeft)
public virtual Object UI.ShowModalDialog (
    [InAttribute] string bstrName,
    [OptionalAttribute] [InAttribute] Object varArguments,
    [OptionalAttribute] [InAttribute] Object varHeight,
    [OptionalAttribute] [InAttribute] Object varWidth,
    [OptionalAttribute] [InAttribute] Object varTop,
    [OptionalAttribute] [InAttribute] Object varLeft
)

Parameter

  • bstrName
  • varArguments
  • varHeight
  • varWidth
  • varTop
  • varLeft

Siehe auch

Referenz

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