BasicProfileViolationCollection.Item[Int32] 屬性

定義

取得或設定集合中指定索引處的 BasicProfileViolation 項目。

public:
 property System::Web::Services::Description::BasicProfileViolation ^ default[int] { System::Web::Services::Description::BasicProfileViolation ^ get(int index); void set(int index, System::Web::Services::Description::BasicProfileViolation ^ value); };
public System.Web.Services.Description.BasicProfileViolation this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Description.BasicProfileViolation with get, set
Default Public Property Item(index As Integer) As BasicProfileViolation

參數

index
Int32

集合中以零起始的索引。

屬性值

BasicProfileViolation 物件,位於指定索引處。

適用於