IMarkupExtension<T> 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.
Provides a base class for XAML markup extension implementations
public interface IMarkupExtension<out T> : Xamarin.Forms.Xaml.IMarkupExtension
type IMarkupExtension<'T> = interface
interface IMarkupExtension
Type Parameters
- T
- Derived
- Implements
Methods
ProvideValue(IServiceProvider) |
When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension. |