public sealed class PropertyCommandStateUpdater : ICommandStateUpdater,
IDisposablePublic NotInheritable Class PropertyCommandStateUpdater
Implements ICommandStateUpdater, IDisposablepublic ref class PropertyCommandStateUpdater sealed : ICommandStateUpdater,
IDisposable[<SealedAttribute>]
type PropertyCommandStateUpdater =
class
interface ICommandStateUpdater
interface IDisposable
endA state updater can be added to a binding by the ICommandBinding.AddStateUpdater method.
If a state entry does not represent an existing property on a source, there will no error occur.
The updater considers both ICustomTypeDescriptor properties and reflection instance properties.
| Updater | Gets the PropertyCommandStateUpdater instance. |
| Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
| ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
| In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |