IXamlServiceProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
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
- Attributes
Remarks
This interface is implemented by a class or value type that provides a service to other objects.
Methods
GetService(TypeName) |
Gets the service object of the specified type. |