BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 BasicProfileViolation 插入集合中的指定位置。
public:
void Insert(int index, System::Web::Services::Description::BasicProfileViolation ^ violation);
public void Insert (int index, System.Web.Services.Description.BasicProfileViolation violation);
member this.Insert : int * System.Web.Services.Description.BasicProfileViolation -> unit
Public Sub Insert (index As Integer, violation As BasicProfileViolation)
參數
- index
- Int32
集合中以零起始的索引,要在此處插入 violation
。
- violation
- BasicProfileViolation
要插入的 BasicProfileViolation。