CodeIndexerExpression.Indices Eigenschaft

Definition

Ruft die Auflistung der Indizes des Indexerausdrucks ab.

public:
 property System::CodeDom::CodeExpressionCollection ^ Indices { System::CodeDom::CodeExpressionCollection ^ get(); };
public System.CodeDom.CodeExpressionCollection Indices { get; }
member this.Indices : System.CodeDom.CodeExpressionCollection
Public ReadOnly Property Indices As CodeExpressionCollection

Eigenschaftswert

A CodeExpressionCollection that indicates the indexes or indexes of the indexer expression.

Hinweise

A CodeExpressionCollection kann einen CodeExpression einzelnen Index innerhalb des Zielindexers oder mehrere CodeExpression Objekte enthalten, die eine bestimmte Schnittmenge von Indizes über die Dimensionen des Indexers hinweg angeben.

Gilt für: