共用方式為


JsonObject.IndexOf(String) 方法

定義

決定物件中特定屬性名稱的索引。

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

適用於