DependencyObject.GetValue(DependencyProperty) 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.
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.