UrlPrefixCollection Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sammlungs- oder URLpräfixe
public ref class UrlPrefixCollection : System::Collections::Generic::ICollection<Microsoft::Net::Http::Server::UrlPrefix ^>, System::Collections::Generic::IEnumerable<Microsoft::Net::Http::Server::UrlPrefix ^>
public class UrlPrefixCollection : System.Collections.Generic.ICollection<Microsoft.Net.Http.Server.UrlPrefix>, System.Collections.Generic.IEnumerable<Microsoft.Net.Http.Server.UrlPrefix>
type UrlPrefixCollection = class
interface ICollection<UrlPrefix>
interface seq<UrlPrefix>
interface IEnumerable
Public Class UrlPrefixCollection
Implements ICollection(Of UrlPrefix), IEnumerable(Of UrlPrefix)
- Vererbung
-
UrlPrefixCollection
- Implementiert
Eigenschaften
Count |
Sammlungs- oder URLpräfixe |
IsReadOnly |
Sammlungs- oder URLpräfixe |
Methoden
Add(String) |
Sammlungs- oder URLpräfixe |
Add(UrlPrefix) |
Sammlungs- oder URLpräfixe |
Clear() |
Sammlungs- oder URLpräfixe |
Contains(UrlPrefix) |
Sammlungs- oder URLpräfixe |
CopyTo(UrlPrefix[], Int32) |
Sammlungs- oder URLpräfixe |
GetEnumerator() |
Sammlungs- oder URLpräfixe |
Remove(String) |
Sammlungs- oder URLpräfixe |
Remove(UrlPrefix) |
Sammlungs- oder URLpräfixe |
Explizite Schnittstellenimplementierungen
IEnumerable.GetEnumerator() |
Sammlungs- oder URLpräfixe |