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

适用于