ProtectedViewWindow Interface
Represents a presentation window that is in protected view.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("BA72E55A-4FF5-48F4-8215-5505F990966F")> _
Public Interface ProtectedViewWindow
'Usage
Dim instance As ProtectedViewWindow
[GuidAttribute("BA72E55A-4FF5-48F4-8215-5505F990966F")]
public interface ProtectedViewWindow
Remarks
Documents displayed in a protected view window cannot be edited and are restricted from running active content such as Visual Basic for Applications macros and data connections.
Use ProtectedViewWindows(Index), where Index is the index number to return a single ProtectedViewWindow object. The index number represents the position of the protected view window in the ProtectedViewWindows collection.