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。

例外

propertyNamenullです。

適用対象