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 、 クラスの静的 ContainsListCollection メソッドを ListSourceHelper 呼び出します。

適用対象

こちらもご覧ください