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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.