Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Silverlight 3
 Items Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.NET Framework Class Library for Silverlight
SyndicationFeed..::.Items Property

Gets a collection of the feed items contained in the feed.

Namespace:  System.ServiceModel.Syndication
Assembly:  System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Visual Basic (Declaration)
Public Property Items As IEnumerable(Of SyndicationItem)
    Get
    Set
Visual Basic (Usage)
Dim instance As SyndicationFeed
Dim value As IEnumerable(Of SyndicationItem)

value = instance.Items

instance.Items = value
C#
public IEnumerable<SyndicationItem> Items { get; set; }

Property Value

Type: System.Collections.Generic..::.IEnumerable<(Of <(SyndicationItem>)>)
A collection of SyndicationItem objects.

When serialized to Atom 1.0, the Items collection is written to <entry> elements.

When serialized to Atom 1.0, the Items collection is written to <item> elements.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker