Content Class

Represents content that can be sent from a gadget to its connected devices.

Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)

Usage

Syntax

'Declaration
Public MustInherit Class Content
    Implements IEquatable(Of Content)
public abstract class Content : IEquatable<Content>
public ref class Content abstract : IEquatable<Content^>
public abstract class Content implements IEquatable<Content>
public abstract class Content implements IEquatable<Content>

Inheritance Hierarchy

System.Object
  Microsoft.SideShow.Content
     Microsoft.SideShow.ImageContent
     Microsoft.SideShow.TextContent

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.

Platforms

Development Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

Target Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

See Also

Reference

Content Members
Microsoft.SideShow Namespace