UIObjectClass.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
<DispIdAttribute(2)> _
Public Overridable Function 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 UI2.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, UI2).ShowModalDialog(bstrName, varArguments, varHeight, varWidth, varTop, varLeft)
[DispIdAttribute(2)]
public virtual Object UI2.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