SyndicationContent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SyndicationContent() |
Creates a new SyndicationContent object. |
SyndicationContent(Uri) |
Creates a new SyndicationContent object with the specified Uri property value. |
SyndicationContent(String, SyndicationTextType) |
Creates a new SyndicationContent object with the specified Text and Type property values. |
SyndicationContent()
Creates a new SyndicationContent object.
public:
SyndicationContent();
SyndicationContent();
public SyndicationContent();
function SyndicationContent()
Public Sub New ()
See also
Applies to
SyndicationContent(Uri)
Creates a new SyndicationContent object with the specified Uri property value.
public:
SyndicationContent(Uri ^ sourceUri);
SyndicationContent(Uri const& sourceUri);
public SyndicationContent(System.Uri sourceUri);
function SyndicationContent(sourceUri)
Public Sub New (sourceUri As Uri)
Parameters
See also
Applies to
SyndicationContent(String, SyndicationTextType)
Creates a new SyndicationContent object with the specified Text and Type property values.
public:
SyndicationContent(Platform::String ^ text, SyndicationTextType type);
SyndicationContent(winrt::hstring const& text, SyndicationTextType const& type);
public SyndicationContent(string text, SyndicationTextType type);
function SyndicationContent(text, type)
Public Sub New (text As String, type As SyndicationTextType)
Parameters
- text
-
String
Platform::String
winrt::hstring
The text of the content.
- type
- SyndicationTextType
The type of the content.