SyndicationGenerator 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
SyndicationGenerator() |
Creates a new SyndicationGenerator object. |
SyndicationGenerator(String) |
Creates a new SyndicationGenerator object with the specified Text property value. |
SyndicationGenerator()
Creates a new SyndicationGenerator object.
public:
SyndicationGenerator();
SyndicationGenerator();
public SyndicationGenerator();
function SyndicationGenerator()
Public Sub New ()
Applies to
SyndicationGenerator(String)
Creates a new SyndicationGenerator object with the specified Text property value.
public:
SyndicationGenerator(Platform::String ^ text);
SyndicationGenerator(winrt::hstring const& text);
public SyndicationGenerator(string text);
function SyndicationGenerator(text)
Public Sub New (text As String)
Parameters
- text
-
String
Platform::String
winrt::hstring
Identifies the generator. This parameter represents the text content in the atom:generator element or the generator element in RSS 2.0.