SyndicationContent.CreatePlaintextContent(String) Methode

Definitie

Hiermee maakt u een nieuw TextSyndicationContent exemplaar met de opgegeven inhoud voor tekst zonder opmaak.

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

Parameters

content
String

De tekst zonder opmaak.

Retouren

Een nieuw TextSyndicationContent exemplaar.

Van toepassing op