ConvertersCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ConvertersCollection 集合中的項目。
public:
property System::Web::Configuration::Converter ^ default[int] { System::Web::Configuration::Converter ^ get(int index); void set(int index, System::Web::Configuration::Converter ^ value); };
public System.Web.Configuration.Converter this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.Converter with get, set
Default Public Property Item(index As Integer) As Converter
參數
屬性值
位於指定索引處的 Converter 物件。