BasicProfileViolationCollection.IndexOf(BasicProfileViolation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合中指定 BasicProfileViolation 的以零起始的索引。
public:
int IndexOf(System::Web::Services::Description::BasicProfileViolation ^ violation);
public int IndexOf (System.Web.Services.Description.BasicProfileViolation violation);
member this.IndexOf : System.Web.Services.Description.BasicProfileViolation -> int
Public Function IndexOf (violation As BasicProfileViolation) As Integer
參數
- violation
- BasicProfileViolation
要在集合中尋找的 BasicProfileViolation。
傳回
指定 BasicProfileViolation 的以零起始的索引;如果在集合中找不到此項目,則為 -1。