PropertyMetadata Methods
The PropertyMetadata type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateDelegateGetter<(Of <<'(TTarget, TProperty>)>>)()()()() |
Creates the delegate setter.
|
![]() |
CreateDelegateGetter<(Of <<'(TTarget, TIndex, TProperty>)>>)()()()() |
Creates the delegate setter for an indexed property.
|
![]() |
CreateDelegateSetter<(Of <<'(TTarget, TProperty>)>>)()()()() |
Creates the delegate setter.
|
![]() |
CreateDelegateSetter<(Of <<'(TTarget, TIndex, TProperty>)>>)()()()() |
Creates the delegate setter for an indexed property.
|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InvokeGet(Object) |
Invokes this property's getter on the supplied object
|
![]() |
InvokeGet(Object, Nullable<(Of <<'(Object>)>>)) |
Invokes this property's getter on the supplied object
|
![]() |
InvokeSet(Object, Nullable<(Of <<'(Object>)>>)) |
Invokes this property's setter on the supplied object
|
![]() |
InvokeSet(Object, Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>)) |
Invokes this property's setter on the supplied object
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |