| BindingBase Class |
Namespace: Windows.UI.Xaml.Data
public class BindingBase : MarkupExtension
The BindingBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BindingBase |
Initializes a new instance of the BindingBase class.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProvideValue |
When implemented in a derived class, returns an object that is provided as
the value of the target property for this markup extension.
(Inherited from MarkupExtension.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |