TextContent Class

Represents text that can be sent from a gadget to its connected Windows SideShow-compatible devices.

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

Usage

Syntax

'Declaration
Public Class TextContent
    Inherits Content
    Implements IEquatable(Of TextContent)
public class TextContent : Content, IEquatable<TextContent>
public ref class TextContent : public Content, IEquatable<TextContent^>
public class TextContent extends Content implements IEquatable<TextContent>
public class TextContent extends Content implements IEquatable<TextContent>

Inheritance Hierarchy

System.Object
   Microsoft.SideShow.Content
    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

TextContent Members
Microsoft.SideShow Namespace