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。