ColumnDefinitionCollection.IList.IsFixedSize プロパティ
定義
このメンバーの詳細については、「IsFixedSize」をご覧ください。For a description of this member, see IsFixedSize.
property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize
プロパティ値
true
が固定サイズの場合は ColumnDefinitionCollection。それ以外の場合は false
。true
if the ColumnDefinitionCollection has a fixed size; otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、ColumnDefinitionCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the ColumnDefinitionCollection instance is cast to an IList interface.