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

実装

注釈

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

適用対象