跳到主要内容

GetParent

Returns a parent of the content control list item in the combo box / dropdown list content control.

Syntax

expression.GetParent();

expression - A variable that represents a ApiContentControlListEntry class.

Parameters

This method doesn't have any parameters.

Returns

ApiContentControlList

Example

This example shows how to get the parent of a content control list item in the collection of list items.

// todo_example