Freigeben über


SyndicationContent.CreatePlaintextContent(String) Methode

Definition

Erstellt eine neue TextSyndicationContent-Instanz mit dem angegebenen Textinhalt.

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

Parameter

content
String

Der Nur-Text-Inhalt.

Gibt zurück

TextSyndicationContent

Eine neue TextSyndicationContent-Instanz.

Gilt für