IndexExpression.Indexer Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la PropertyInfo propriété si l’expression représente une propriété indexée, retourne null sinon.
public:
property System::Reflection::PropertyInfo ^ Indexer { System::Reflection::PropertyInfo ^ get(); };
public System.Reflection.PropertyInfo Indexer { get; }
member this.Indexer : System.Reflection.PropertyInfo
Public ReadOnly Property Indexer As PropertyInfo
Valeur de propriété
Pour PropertyInfo la propriété si l’expression représente une propriété indexée, sinon null.