DependencyObject.GetValueBase(DependencyProperty) Method
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 bound object of a DependencyProperty and bypasses the GetValue(DependencyProperty) override.
public:
System::Object ^ GetValueBase(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public object GetValueBase(System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
member this.GetValueBase : System.Workflow.ComponentModel.DependencyProperty -> obj
Public Function GetValueBase (dependencyProperty As DependencyProperty) As Object
- dependencyProperty
- DependencyProperty
The DependencyProperty to get the value of.
The bound object of a DependencyProperty. This bypasses the GetValue(DependencyProperty) override.
dependencyProperty
is a null reference (Nothing
in Visual Basic).
This method is useful inside the GetValue override implementation. Typically, the GetValue override code invokes the GetValueBase, and then adds additional code.
For implementing the GetValue override, PropertyMetadata can be used in Register/RegisterAttached calls.
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET Framework | 3.0, 3.5, 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 |
คำติชม .NET
.NET เป็นโครงการโอเพนซอร์ส เลือกลิงก์เพื่อให้คำติชม: