GroupItem.IContainItemStorage.ReadItemValue 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.
Returns the value of the specified property that is associated with the specified item.
virtual System::Object ^ System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp) = System::Windows::Controls::Primitives::IContainItemStorage::ReadItemValue;
object IContainItemStorage.ReadItemValue (object item, System.Windows.DependencyProperty dp);
abstract member System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue : obj * System.Windows.DependencyProperty -> obj
override this.System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue : obj * System.Windows.DependencyProperty -> obj
Function ReadItemValue (item As Object, dp As DependencyProperty) As Object Implements IContainItemStorage.ReadItemValue
Parameters
- item
- Object
The item that has the specified property associated with it.
The property whose value to return.
Returns
The value of the specified property that is associated with the specified item.
Implements
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.