ContentControl.RepeatingSectionItemTitle 属性

定义

返回或设置与指定的重复节内容控件关联的上下文菜单中使用的重复节项的名称。 读/写。

public:
 property System::String ^ RepeatingSectionItemTitle { System::String ^ get(); void set(System::String ^ value); };
public string RepeatingSectionItemTitle { get; set; }
member this.RepeatingSectionItemTitle : string with get, set
Public Property RepeatingSectionItemTitle As String

属性值

注解

只能将此属性用于重复节内容控件。 将它与其他内容控件一起使用将导致错误。

适用于