ActivityCollection.ICollection<Activity>.IsReadOnly プロパティ

定義

IListが読み取り専用かどうかを示す値を取得します。

property bool System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of Activity).IsReadOnly

プロパティ値

true IListが読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

読み取り専用のコレクションでは、コレクションの作成後に要素を追加、削除、または変更することはできません。

適用対象