MultiPage<T>.IItemsView<T>.UnhookContent(T) 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.
virtual void Microsoft.Maui.Controls.IItemsView<T>.UnhookContent(T content) = Microsoft::Maui::Controls::IItemsView<T>::UnhookContent;
void IItemsView<T>.UnhookContent (T content);
abstract member Microsoft.Maui.Controls.IItemsView<T>.UnhookContent : 'T -> unit
override this.Microsoft.Maui.Controls.IItemsView<T>.UnhookContent : 'T -> unit
Sub UnhookContent (content As T) Implements IItemsView(Of T).UnhookContent
Parameters
- content
- T