StaticExtension Class
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.
A markup extension that gets a static member value.
[Xamarin.Forms.ContentProperty("Member")]
[Xamarin.Forms.Xaml.ProvideCompiled("Xamarin.Forms.Build.Tasks.StaticExtension")]
public class StaticExtension : Xamarin.Forms.Xaml.IMarkupExtension
type StaticExtension = class
interface IMarkupExtension
- Inheritance
-
System.ObjectStaticExtension
- Attributes
-
ContentPropertyAttribute ProvideCompiledAttribute
- Implements
Constructors
StaticExtension() |
Creates a new StaticExtension object with default values. |
Properties
Member |
Gets or sets the member name. |
Methods
ProvideValue(IServiceProvider) |
Returns the value of the member. |