WindowObjectClass.Window_Close-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 Sub Window_Close ( _
<InAttribute> <OptionalAttribute> Optional fForce As Boolean = False _
) Implements Window.Close
'Usage
Dim instance As WindowObjectClass
Dim fForce As Boolean
CType(instance, Window).Close(fForce)
public virtual void Window.Close (
[OptionalAttribute] [InAttribute] bool fForce
)
Parameter
- fForce
Siehe auch
Referenz
WindowObjectClass-Klasse
WindowObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace