SlideClass Class

A class in the Microsoft® .NET Framework or a member of such a class that is created when processing a COM coclass that managed code requires to interoperate with the corresponding COM object. Use this class only when you must access an earlier event in this class that has been extended in a later version of the product. Otherwise, use the interface in the .NET Framework that is derived from the COM coclass.

For information about the COM object, see Slide.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Interop.PowerPoint.SlideClass

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

Syntax

'Declaration
<GuidAttribute("91493445-5A91-11CF-8700-00AA0060263B")> _
<ClassInterfaceAttribute()> _
Public Class SlideClass _
    Implements _Slide, Slide, SldEvents_Event
'Usage
Dim instance As SlideClass
[GuidAttribute("91493445-5A91-11CF-8700-00AA0060263B")]
[ClassInterfaceAttribute()]
public class SlideClass : _Slide, Slide, 
    SldEvents_Event

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SlideClass Members

Microsoft.Office.Interop.PowerPoint Namespace