Uri.Parse Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
Uri.Parse has been deprecated and is not supported.
Varning
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Varning
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Parsar URI:n för den aktuella instansen för att säkerställa att den innehåller alla delar som krävs för en giltig URI.
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. https://go.microsoft.com/fwlink/?linkid=14202")]
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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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 ()
- Attribut
Undantag
Den URI som skickades från konstruktorn är ogiltig.