ItemsControl.IsItemItsOwnContainerOverride(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.
Determines if the specified item is (or is eligible to be) its own container.
protected:
virtual bool IsItemItsOwnContainerOverride(System::Object ^ item);
protected virtual bool IsItemItsOwnContainerOverride (object item);
abstract member IsItemItsOwnContainerOverride : obj -> bool
override this.IsItemItsOwnContainerOverride : obj -> bool
Protected Overridable Function IsItemItsOwnContainerOverride (item As Object) As Boolean
Parameters
- item
- Object
The item to check.
Returns
true
if the item is (or is eligible to be) its own container; otherwise, false
.
Applies to
See also
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.