CodeIndexerExpression.Indices 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得索引子運算式的索引集合。
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
屬性值
CodeExpressionCollection,表示索引子運算式的索引。
備註
CodeExpressionCollection可以包含 CodeExpression ,指定目標索引器內的單一索引,或多個CodeExpression物件一起指定索引器維度的特定索引交集。