Share via


CustomErrorCollection.AllKeys 屬性

定義

傳回包含在此 CustomErrorCollection 之中所有組態項目的索引鍵陣列。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

屬性值

String[]

陣列,包含此 CustomError 中所包含所有 CustomErrorCollection 物件的索引鍵。

適用於