BaseChannelObjectWithProperties.IsReadOnly 屬性

定義

取得值,指出通道物件中的屬性集合是否為唯讀。

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

屬性值

如果通道物件中的屬性集合為唯讀,則為 true,否則為 false

實作

備註

目前的 實 IsReadOnly 作一律會傳 false回 。

適用於