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 개체가 들어 있는 배열이거나, 컬렉션이 비어 있는 경우 빈 배열입니다.

적용 대상