DynamicResourceExtension.IMarkupExtension<DynamicResource>.ProvideValue Method
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.
virtual Microsoft::Maui::Controls::Internals::DynamicResource ^ Microsoft.Maui.Controls.Xaml.IMarkupExtension<Microsoft.Maui.Controls.Internals.DynamicResource>.ProvideValue(IServiceProvider ^ serviceProvider) = Microsoft::Maui::Controls::Xaml::IMarkupExtension<Microsoft::Maui::Controls::Internals::DynamicResource ^>::ProvideValue;
Microsoft.Maui.Controls.Internals.DynamicResource IMarkupExtension<DynamicResource>.ProvideValue (IServiceProvider serviceProvider);
abstract member Microsoft.Maui.Controls.Xaml.IMarkupExtension<Microsoft.Maui.Controls.Internals.DynamicResource>.ProvideValue : IServiceProvider -> Microsoft.Maui.Controls.Internals.DynamicResource
override this.Microsoft.Maui.Controls.Xaml.IMarkupExtension<Microsoft.Maui.Controls.Internals.DynamicResource>.ProvideValue : IServiceProvider -> Microsoft.Maui.Controls.Internals.DynamicResource
Function ProvideValue (serviceProvider As IServiceProvider) As DynamicResource Implements IMarkupExtension(Of DynamicResource).ProvideValue
Parameters
- serviceProvider
- IServiceProvider
Returns
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.