英語で読む 編集

次の方法で共有


DependencyObject.SetCurrentValue(DependencyProperty, Object) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets the value of a dependency property without changing its value source.

C#
public void SetCurrentValue(System.Windows.DependencyProperty dp, object value);

Parameters

dp
DependencyProperty

The identifier of the dependency property to set.

value
Object

The new local value.

Exceptions

Attempted to modify a read-only dependency property, or a property on a sealed DependencyObject.

value was not the correct type as registered for the dp property.

Remarks

This method is used by a component that programmatically sets the value of one of its own properties without disabling an application's declared use of the property. The SetCurrentValue method changes the effective value of the property, but existing triggers, data bindings, and styles will continue to work.

Applies to

製品 バージョン
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10