Uri.Parse メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
注意事項
Uri.Parse has been deprecated and is not supported.
注意事項
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
現在のインスタンスの URI を解析し、有効な URI で必要とされるすべての部分が含まれていることを確認します。
protected:
virtual void Parse();
C#
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Parse();
C#
[System.Obsolete("Uri.Parse has been deprecated and is not supported.")]
protected virtual void Parse();
C#
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Parse();
C#
protected virtual void Parse();
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
[<System.Obsolete("Uri.Parse has been deprecated and is not supported.")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
abstract member Parse : unit -> unit
override this.Parse : unit -> unit
Protected Overridable Sub Parse ()
- 属性
コンストラクターから渡された URI が無効です。
製品 | バージョン (廃止) |
---|---|
.NET | (Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9) |
.NET Framework | 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1) |
.NET Standard | (2.0, 2.1) |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。