ParserErrorCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合内指定索引处的 ParserError 对象。
public:
property System::Web::ParserError ^ default[int] { System::Web::ParserError ^ get(int index); void set(int index, System::Web::ParserError ^ value); };
public System.Web.ParserError this[int index] { get; set; }
member this.Item(int) : System.Web.ParserError with get, set
Default Public Property Item(index As Integer) As ParserError
参数
- index
- Int32
要获取或设置的 ParserError 对象在集合中的索引。
属性值
集合中指定索引处的 ParserError。
注解
Item[]使用 属性检索ParserError集合中指定索引处的对象。 如果具有对 ParserError 对象的引用并且需要索引,请使用 IndexOf 方法。