public sealed class DependencyProperty<TValue> : DependencyPropertyBase,
IEquatable<DependencyProperty<TValue>>
Public NotInheritable Class DependencyProperty(Of TValue)
Inherits DependencyPropertyBase
Implements IEquatable(Of DependencyProperty(Of TValue))[<SealedAttribute>]
type DependencyProperty<'TValue> =
class
inherit DependencyPropertyBase
interface IEquatable<DependencyProperty<'TValue>>
end[缺少 "T:TouchSocket.Core.DependencyProperty`1" 的 <typeparam name="TValue"/> 文档]
| DependencyPropertyTValue(String, TValue) | 初始化依赖属性。 |
| DependencyPropertyTValue(String, FuncIDependencyObject, TValue, Boolean) | 初始化依赖属性。 |
| Id |
标识属性的唯一ID。
(继承自 DependencyPropertyBase。) |
| Name |
属性名称
(继承自 DependencyPropertyBase。) |
| OnFailedToGetTheValue | 当IDependencyObject获取属性失败时,回调该函数 |
| Equals(DependencyPropertyTValue) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (重写 ObjectEquals(Object)) |
| GetHashCode | Serves as the default hash function. (重写 ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| Register |
注册依赖项属性。
依赖属性的默认值,可能会应用于所有的IDependencyObject |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| Equality(DependencyPropertyTValue, DependencyPropertyTValue) | 判断是 |
| Inequality(DependencyPropertyTValue, DependencyPropertyTValue) | 判断否 |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |