IXamlServiceProvider Interface
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.
Définit un mécanisme de récupération d'un objet de service, autrement dit, un objet qui fournit la prise en charge personnalisée à d'autres objets.
public interface class IXamlServiceProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1756603103, 33139, 21407, 181, 36, 200, 162, 52, 143, 90, 251)]
struct IXamlServiceProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1756603103, 33139, 21407, 181, 36, 200, 162, 52, 143, 90, 251)]
public interface IXamlServiceProvider
Public Interface IXamlServiceProvider
- Attributs
Remarques
Cette interface est implémentée par un type de classe ou de valeur qui fournit un service à d’autres objets.
Méthodes
GetService(TypeName) |
Obtient l'objet service du type spécifié. |