SyndicationContent.CreatePlaintextContent(String) Metod

Definition

Skapar en ny TextSyndicationContent instans med det angivna oformaterade innehållet.

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

Parametrar

content
String

Oformaterad text.

Returer

En ny TextSyndicationContent instans.

Gäller för