Master Interface

Represents a slide master, title master, handout master, notes master, or design master.

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

Syntax

'Declaration
<GuidAttribute("9149346C-5A91-11CF-8700-00AA0060263B")> _
Public Interface Master _
    Inherits _Master, MasterEvents_Event
'Usage
Dim instance As Master
[GuidAttribute("9149346C-5A91-11CF-8700-00AA0060263B")]
public interface Master : _Master, MasterEvents_Event

Remarks

An interface in the Microsoft® .NET Framework that is derived from a COM coclass. Managed code requires the interface to interoperate with the corresponding COM object. Use the derived interface to access all method, property, and event members of the COM object. However, if you want to use a method or an event that shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event.

For information about the method and property members of the COM object, see _Master. For information about the event members of the COM object, see MasterEvents_Event.

See Also

Reference

Master Members

Microsoft.Office.Interop.PowerPoint Namespace