View Interface

Represents the current editing view in the specified document window.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493458-5A91-11CF-8700-00AA0060263B")> _
Public Interface View
'Usage
Dim instance As View
[GuidAttribute("91493458-5A91-11CF-8700-00AA0060263B")]
public interface View

Remarks

Note

The View object can represent any of the document window views: normal view, slide view, outline view, slide sorter view, notes page view, slide master view, handout master view, or notes master view. Some properties and methods of the View object work only in certain views. If you try to use a property or method that is inappropriate for a View object, an error occurs.

See Also

Reference

View Members

Microsoft.Office.Interop.PowerPoint Namespace