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