TryParseUriCallback Délégué
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.
Type délégué utilisé par la classe SyndicationFeedFormatter pour créer des instances de Uri à partir d’une entrée de chaîne.
public delegate bool TryParseUriCallback(XmlUriData data, [Runtime::InteropServices::Out] Uri ^ % uri);
public delegate bool TryParseUriCallback(XmlUriData data, out Uri uri);
type TryParseUriCallback = delegate of XmlUriData * Uri -> bool
Public Delegate Function TryParseUriCallback(data As XmlUriData, ByRef uri As Uri) As Boolean
Paramètres
- data
- XmlUriData
Entrée de chaîne brute à analyser dans un objet Uri.
Valeur renvoyée
Valeur booléenne indiquant si la chaîne d’entrée a été analysée correctement ou non.
Méthodes d’extension
GetMethodInfo(Delegate) |
Obtient un objet qui représente la méthode représentée par le délégué spécifié. |