編集

次の方法で共有


DependencyObject.GetValue(DependencyProperty) Method

Definition

Provides access to the value of the designated DependencyProperty.

public:
 System::Object ^ GetValue(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public object GetValue(System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetValue : System.Workflow.ComponentModel.DependencyProperty -> obj
Public Function GetValue (dependencyProperty As DependencyProperty) As Object

Parameters

dependencyProperty
DependencyProperty

The DependencyProperty.

Returns

The object that represents the value of the designated DependencyProperty.

Remarks

This member is typically used in property gets to furnish the value of the named dependency value.

Applies to