Share via


GroupCollection.Keys 속성

정의

그룹 컬렉션의 이름 키를 포함하는 문자열 열거형을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Keys { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Keys { get; }
member this.Keys : seq<string>
Public ReadOnly Property Keys As IEnumerable(Of String)

속성 값

IEnumerable<String>

그룹 컬렉션의 이름 키입니다.

구현

설명

열거 가능한 컬렉션의 키 순서는 지정되지 않지만 구현에서는 키가 속성에서 반환 Values 되는 열거 가능한 컬렉션의 해당 값과 동일한 순서로 유지되도록 해야 합니다.

적용 대상