SerializationInfoEnumerator.Name 屬性

定義

取得目前正在檢查的項目名稱。

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

屬性值

項目名稱。

例外狀況

列舉值已經開始列舉項目,或已經達到列舉型別的結尾。

適用於