Provides a base class for all XAML markup extensions.
Inheritance Hierarchy
Remarks
Markup extensions return objects based on string attribute values or markup elements in XAML and/or can be used to serialize classes that do not fulfill XAML serialization constraints.
See Also
Developer's Guide
Members
No filters for this type
Methods
Returns an object that is set as the value of the target property for this markup extension.
Returns an object that is set as the value of the target property for this markup extension.
abstract
Parameters
- serviceProvider: ILookup
- An object that can provide services for the markup extension.
Return Value
- any
- The object value to set on the property where the extension is applied.
See Also
Developer's Guide