Uri.UriSchemeNews フィールドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Uri.UriSchemeNews フィールドの意味・解説 

Uri.UriSchemeNews フィールド

URIインターネット ニュース グループであり、この URINNTP (Network News Transport Protocol) 経由アクセスすることを指定します。このフィールド読み取り専用です。

名前空間: System
アセンブリ: System (system.dll 内)
構文構文

Public Shared ReadOnly UriSchemeNews
 As String
Dim value As String

value = Uri.UriSchemeNews
public:
static initonly String^ UriSchemeNews
public static final String UriSchemeNews
使用例使用例

Uri インスタンス作成しスキームUriSchemeNews であるかどうか判断する例を次に示します

Dim address4 As New Uri("news:123456@contoso.com")
If address4.Scheme = Uri.UriSchemeNews Then
    Console.WriteLine("Uri is an Internet news group")
Uri address4 = new Uri("news:123456@contoso.com");
if (address4.Scheme == Uri.UriSchemeNews)
    Console.WriteLine("Uri is an Internet news group");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

Uri.UriSchemeNews フィールドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Uri.UriSchemeNews フィールドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS