Uri.Parse メソッド

定義

注意事項

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();
[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 ();
[System.Obsolete("Uri.Parse has been deprecated and is not supported.")]
protected virtual void Parse ();
[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 ();
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 が無効です。

適用対象