SyndicationContent.CreateXhtmlContent(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された XHTML コンテンツを使用して、新しい TextSyndicationContent インスタンスを作成します。
public:
static System::ServiceModel::Syndication::TextSyndicationContent ^ CreateXhtmlContent(System::String ^ content);
public static System.ServiceModel.Syndication.TextSyndicationContent CreateXhtmlContent (string content);
static member CreateXhtmlContent : string -> System.ServiceModel.Syndication.TextSyndicationContent
Public Shared Function CreateXhtmlContent (content As String) As TextSyndicationContent
パラメーター
- content
- String
XHTML コンテンツ。
戻り値
新しい TextSyndicationContent インスタンス。