ApplicationEvents4.ProtectedViewWindowBeforeClose Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
void ProtectedViewWindowBeforeClose(Microsoft::Office::Interop::Word::ProtectedViewWindow ^ PvWindow, int CloseReason, [Runtime::InteropServices::Out] bool % Cancel);
public void ProtectedViewWindowBeforeClose (Microsoft.Office.Interop.Word.ProtectedViewWindow PvWindow, int CloseReason, out bool Cancel);
abstract member ProtectedViewWindowBeforeClose : Microsoft.Office.Interop.Word.ProtectedViewWindow * int * bool -> unit
Public Sub ProtectedViewWindowBeforeClose (PvWindow As ProtectedViewWindow, CloseReason As Integer, ByRef Cancel As Boolean)
Parameter
- PvWindow
- ProtectedViewWindow
- CloseReason
- Int32
- Cancel
- Boolean