KeyValueConfigurationCollection.AllKeys 属性

定义

获取 KeyValueConfigurationCollection 集合中包含的所有项的键。

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[]

字符串数组。

适用于