SyndicationAttribute
SyndicationAttribute
SyndicationAttribute
SyndicationAttribute
Class
Definition
Represents a custom attribute not defined in the specification.
public : sealed class SyndicationAttribute : ISyndicationAttributepublic sealed class SyndicationAttribute : ISyndicationAttributePublic NotInheritable Class SyndicationAttribute Implements ISyndicationAttribute// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
SyndicationAttribute() SyndicationAttribute() SyndicationAttribute() SyndicationAttribute()
Creates a new SyndicationAttribute object.
public : SyndicationAttribute()public SyndicationAttribute()Public Sub New()// You can use this method in JavaScript.
SyndicationAttribute(String, String, String) SyndicationAttribute(String, String, String) SyndicationAttribute(String, String, String) SyndicationAttribute(String, String, String)
Creates a new@Windows.Web.Syndication.SyndicationAttribute?text= SyndicationAttribute object with the specified Name, Namespace, and Value property values.
public : SyndicationAttribute(PlatForm::String attributeName, PlatForm::String attributeNamespace, PlatForm::String attributeValue)public SyndicationAttribute(String attributeName, String attributeNamespace, String attributeValue)Public Sub New(attributeName As String, attributeNamespace As String, attributeValue As String)// You can use this method in JavaScript.
Parameters
- attributeName
- PlatForm::String String String String
The name of the attribute.
- attributeNamespace
- PlatForm::String String String String
The namespace of the attribute.
- attributeValue
- PlatForm::String String String String
The value of the attribute.
Properties
Name Name Name Name
Gets the name of the syndication attribute.
public : PlatForm::String Name { get; set; }public string Name { get; set; }Public ReadWrite Property Name As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The atom:name element.
Namespace Namespace Namespace Namespace
Gets the namespace of the attribute.
public : PlatForm::String Namespace { get; set; }public string Namespace { get; set; }Public ReadWrite Property Namespace As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The namespace of the attribute.