UrlSyndicationContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UrlSyndicationContent クラスの新しいインスタンスを初期化します。
オーバーロード
UrlSyndicationContent(UrlSyndicationContent) |
指定された UrlSyndicationContent インスタンスを使用して、UrlSyndicationContent クラスの新しいインスタンスを初期化します。 |
UrlSyndicationContent(Uri, String) |
指定した UrlSyndicationContent とメディア タイプを使用して、Uri クラスの新しいインスタンスを初期化します。 |
UrlSyndicationContent(UrlSyndicationContent)
指定された UrlSyndicationContent インスタンスを使用して、UrlSyndicationContent クラスの新しいインスタンスを初期化します。
protected:
UrlSyndicationContent(System::ServiceModel::Syndication::UrlSyndicationContent ^ source);
protected UrlSyndicationContent (System.ServiceModel.Syndication.UrlSyndicationContent source);
new System.ServiceModel.Syndication.UrlSyndicationContent : System.ServiceModel.Syndication.UrlSyndicationContent -> System.ServiceModel.Syndication.UrlSyndicationContent
Protected Sub New (source As UrlSyndicationContent)
パラメーター
- source
- UrlSyndicationContent
UrlSyndicationContent インスタンス。
適用対象
UrlSyndicationContent(Uri, String)
指定した UrlSyndicationContent とメディア タイプを使用して、Uri クラスの新しいインスタンスを初期化します。
public:
UrlSyndicationContent(Uri ^ url, System::String ^ mediaType);
public UrlSyndicationContent (Uri url, string mediaType);
new System.ServiceModel.Syndication.UrlSyndicationContent : Uri * string -> System.ServiceModel.Syndication.UrlSyndicationContent
Public Sub New (url As Uri, mediaType As String)
パラメーター
例
このコンストラクターの呼び出し方法を次の例に示します。
UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")
注釈
メディアの種類パラメーターは、 RFC 2046 で定義されている既知の MIME の種類の値に設定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET