IReadOnlyPropertyBase.IsIndexerProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出這個 是否為索引子屬性。 索引子屬性是透過實體類別上的索引子存取的屬性。
public virtual bool IsIndexerProperty ();
abstract member IsIndexerProperty : unit -> bool
override this.IsIndexerProperty : unit -> bool
Public Overridable Function IsIndexerProperty () As Boolean
傳回
true
如果屬性是索引子屬性,則為 ,否則 false
為 。