다음을 통해 공유


ProfileGroupSettingsCollection.AllKeys 속성

정의

컬렉션에 있는 모든 키 값의 문자열 배열을 가져옵니다.

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

컬렉션에 있는 모든 키 값의 문자열 배열입니다.

적용 대상