ObjectKeyFrameCollection.IsReadOnly 屬性

定義

取得值,該值指出這個 ObjectKeyFrameCollection 是否唯讀。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

如果這個集合是唯讀,則為 true,否則為 false

實作

備註

凍結集合的 IsReadOnly 屬性為 true 。 如需詳細資訊,請參閱 IsFrozen 屬性 (Property)。

適用於

另請參閱