次の方法で共有


SiteMapDataSource.ContainsListCollection プロパティ

定義

データ ソース コントロールにデータ ソース ビュー オブジェクトのコレクションが含まれているかどうかを示す値を取得します。

public:
 virtual property bool ContainsListCollection { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool ContainsListCollection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContainsListCollection : bool
Public Overridable ReadOnly Property ContainsListCollection As Boolean

プロパティ値

true データ ソース コントロールにデータ ソース ビュー オブジェクトのコレクションが含まれている場合。それ以外の場合は false

属性

注釈

ContainsListCollection プロパティは、ListSourceHelper クラスの静的ContainsListCollection メソッドを呼び出します。

適用対象

こちらもご覧ください