IReadOnlyPropertyBase.IsIndexerProperty Méthode

Définition

Obtient une valeur indiquant s’il s’agit d’une propriété d’indexeur. Une propriété d’indexeur est une propriété accessible via un indexeur sur la classe d’entité.

public virtual bool IsIndexerProperty ();
abstract member IsIndexerProperty : unit -> bool
override this.IsIndexerProperty : unit -> bool
Public Overridable Function IsIndexerProperty () As Boolean

Retours

true si la propriété est une propriété d’indexeur , sinon false.

S’applique à