CsdlReaderSettings.GetReferencedModelReaderFunc Propriété
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.
Fonction pour charger le xml du modèle référencé. Si la valeur est null, cesse de charger les modèles référencés. Normalement, elle ne doit lever aucune exception.
public Func<Uri,System.Xml.XmlReader> GetReferencedModelReaderFunc { get; set; }
member this.GetReferencedModelReaderFunc : Func<Uri, System.Xml.XmlReader> with get, set
Public Property GetReferencedModelReaderFunc As Func(Of Uri, XmlReader)