SyndicationContent.CreatePlaintextContent(String) Methode

Definition

Erstellt eine neue TextSyndicationContent Instanz mit dem angegebenen Nur-Text-Inhalt.

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

Eine neue TextSyndicationContent Instanz.

Gilt für: