GridView.ShouldSerializeColumnCollection(DependencyObject) メソッド

定義

ColumnCollection 添付プロパティをシリアル化するかどうかを決定します。

public:
 static bool ShouldSerializeColumnCollection(System::Windows::DependencyObject ^ obj);
public static bool ShouldSerializeColumnCollection (System.Windows.DependencyObject obj);
static member ShouldSerializeColumnCollection : System.Windows.DependencyObject -> bool
Public Shared Function ShouldSerializeColumnCollection (obj As DependencyObject) As Boolean

パラメーター

obj
DependencyObject

ColumnCollection が設定されたオブジェクト。

戻り値

Boolean

ColumnCollection をシリアル化する必要がある場合は true、それ以外の場合は false

適用対象