Share via


ProfilePropertySettingsCollection.AllKeys 属性

定义

返回一个数组,该数组包含集合中包含的所有 ProfileSection 对象的名称。

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

包含集合中包含的所有 ProfileSection 对象的名称的数组,或者,如果集合为空,则为空数组。

适用于