SyndicationFeedFormatter.TryParseAttribute Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Attempts to parse an attribute extension.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TryParseAttribute(String, String, String, SyndicationCategory, String) | Attempts to parse an attribute extension using the specified SyndicationCategory instance. | |
TryParseAttribute(String, String, String, SyndicationFeed, String) | Attempts to parse an attribute extension using the specified SyndicationFeed instance. | |
TryParseAttribute(String, String, String, SyndicationItem, String) | Attempts to parse an attribute extension using the specified SyndicationItem instance. | |
TryParseAttribute(String, String, String, SyndicationLink, String) | Attempts to parse an attribute extension using the specified SyndicationLink instance. | |
TryParseAttribute(String, String, String, SyndicationPerson, String) | Attempts to parse an attribute extension using the specified SyndicationPerson instance. |
Top