SyndicationAttribute class

1 out of 2 rated this helpful - Rate this topic

Represents a custom attribute not defined in the specification.

Syntax


var syndicationAttribute = new Windows.Web.Syndication.SyndicationAttribute(string, string, string);
var syndicationAttribute = new Windows.Web.Syndication.SyndicationAttribute();

Attributes

ActivatableAttribute(NTDDI_WIN8)
ActivatableAttribute(Windows.Web.Syndication.ISyndicationAttributeFactory, NTDDI_WIN8)
DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)

Members

The SyndicationAttribute class has these types of members:

Constructors

The SyndicationAttribute class has these constructors.

ConstructorDescription
SyndicationAttribute() Creates a new SyndicationAttribute object.
SyndicationAttribute(String, String, String) Creates a new SyndicationAttribute object with the specified Name, Namespace, and Value property values.

 

Methods

The SyndicationAttribute class inherits methods from the Object class (C#/VB/C++).

Properties

The SyndicationAttribute class has these properties.

PropertyAccess typeDescription

Name

Read/writeGets the name of the syndication attribute.

Namespace

Read/writeGets the namespace of the attribute.

Value

Read/writeGets or sets the value of the attribute.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Namespace

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

Quickstart: Accessing a web feed
Syndication sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.