Sdílet prostřednictvím


SyndicationContent.CreatePlaintextContent(String) Metoda

Definice

Vytvoří novou TextSyndicationContent instanci se zadaným obsahem prostého textu.

public:
 static System::ServiceModel::Syndication::TextSyndicationContent ^ CreatePlaintextContent(System::String ^ content);
public static System.ServiceModel.Syndication.TextSyndicationContent CreatePlaintextContent (string content);
static member CreatePlaintextContent : string -> System.ServiceModel.Syndication.TextSyndicationContent
Public Shared Function CreatePlaintextContent (content As String) As TextSyndicationContent

Parametry

content
String

Obsah prostého textu

Návraty

TextSyndicationContent

Nová TextSyndicationContent instance.

Platí pro