SearchMRUListBox::IsItemItsOwnContainerOverride Method (Object^)

 

Determines whether the specified item is (or is eligible to be) its own container.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual bool IsItemItsOwnContainerOverride(
	Object^ item
) override

Parameters

item
Type: System::Object^

The item.

Return Value

Type: System::Boolean

true if the item is its own ItemContainer, otherwise false.

Return to top
Show: