IRepeatInfoUser.HasFooter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出清單控制項是否包含頁尾區段。
public:
property bool HasFooter { bool get(); };
public bool HasFooter { get; }
member this.HasFooter : bool
Public ReadOnly Property HasFooter As Boolean
屬性值
如果清單控制項包含頁尾區段,則為 true
,否則為 false
。
備註
從介面繼承的清單控制項 IRepeatInfoUser 必須執行 HasFooter 屬性,以指出清單控制項是否包含頁尾區段。