SyndicationCategory Class
A class that represents the category of a syndication feed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | SyndicationCategory() | Initializes a new instance of the SyndicationCategory class. |
![]() | SyndicationCategory(String^) | Initializes a new instance of the SyndicationCategory class with the given name. |
![]() | SyndicationCategory(String^, String^, String^) | Initializes a new instance of the SyndicationCategory class with the specified name, scheme, and label. |
![]() | SyndicationCategory(SyndicationCategory^) | Initializes a new instance of the SyndicationCategory class with the specified SyndicationCategory instance. |
| Name | Description | |
|---|---|---|
![]() | AttributeExtensions | Gets the attribute extensions for this category. |
![]() | ElementExtensions | Gets the element extensions for this category. |
![]() | Label | Gets and sets the label of the category. |
![]() | Name | Gets and sets the name of the category. |
![]() | Scheme | Gets and sets the scheme of the category. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of a SyndicationCategory instance. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryParseAttribute(String^, String^, String^, String^) | Attempts to parse an attribute extension. |
![]() | TryParseElement(XmlReader^, String^) | Attempts to parse an element extension. |
![]() | WriteAttributeExtensions(XmlWriter^, String^) | Writes the attribute extensions to the specified writer. |
![]() | WriteElementExtensions(XmlWriter^, String^) | Writes the element extensions to the specified writer. |
A category allows you to assign one or more keywords that can be used to search for information.
The following code shows how to create a SyndicationFeed and add a SyndicationItem with a SyndicationCategory.
Available since 3.5
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


