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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.