JsonObject.IndexOf(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定物件中特定屬性名稱的索引。
public:
int IndexOf(System::String ^ propertyName);
public int IndexOf (string propertyName);
member this.IndexOf : string -> int
Public Function IndexOf (propertyName As String) As Integer
參數
- propertyName
- String
要尋找的屬性名稱。
傳回
找到 propertyName
的索引;否則為 -1。
例外狀況
propertyName
null
。