パラメータ
- dp
- The identifier of the dependency property to set.
- value
- The new local value.
例外 | 解説 |
---|---|
System.InvalidOperationException | Attempted to modify a read-only dependency property, or a property on a sealed System.Windows.DependencyObject. |
System.ArgumentException | value was not the correct type as registered for the dp property. |