UriParser.IsKnownScheme(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si l'analyseur d'un schéma est enregistré.
public:
static bool IsKnownScheme(System::String ^ schemeName);
public static bool IsKnownScheme(string schemeName);
static member IsKnownScheme : string -> bool
Public Shared Function IsKnownScheme (schemeName As String) As Boolean
Paramètres
- schemeName
- String
Nom du schéma à vérifier.
Retours
true si schemeName a été enregistré ; sinon false.
Exceptions
Le paramètre schemeName est null.
Le paramètre schemeName n'est pas valide.