SideShowGadget.AddContent Method

Sends content from the gadget to the connected Windows SideShow-compatible devices.

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

Usage

Syntax

'Declaration
Protected Sub AddContent ( _
    content As Content _
)
protected void AddContent (
    Content content
)
protected:
void AddContent (
    Content^ content
)
protected void AddContent (
    Content content
)
protected function AddContent (
    content : Content
)

Parameters

  • content
    The SideShowContent object that contains the desired content.

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

SideShowGadget Class
SideShowGadget Members
Microsoft.SideShow Namespace