SerializationInfoEnumerator.Name プロパティ

定義

現在調べている項目の名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

項目名。

例外

列挙子が項目の列挙を開始していないか、末尾まで列挙を終えています。

適用対象