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 無效。

適用於