FilterElementCollection.IsReadOnly 方法

定義

取得值,這個值表示項目是否為唯讀。

public:
 override bool IsReadOnly();
public override bool IsReadOnly ();
override this.IsReadOnly : unit -> bool
Public Overrides Function IsReadOnly () As Boolean

傳回

若項目為唯讀,則為 true;否則為 false

適用於