RegistryEntryCollection 클래스
상속 계층 구조
System.Object
Microsoft.TeamFoundation.Framework.Server.RegistryEntryCollection
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Public NotInheritable Class RegistryEntryCollection _
Implements IEnumerable(Of RegistryEntry), IEnumerable
public sealed class RegistryEntryCollection : IEnumerable<RegistryEntry>,
IEnumerable
RegistryEntryCollection 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | ||
Item |
위쪽
메서드
이름 | 설명 | |
---|---|---|
ContainsPath | ||
Equals | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) | |
GetHashCode | 기본 해시 함수로 작동합니다. (Object에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
GetValueFromPath<T> | 제공된 된 경로 사용 하 여 항목의 값을 가져옵니다.경로가 없으면 기본값을 반환 합니다. | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) | |
TryGetValue |
위쪽
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IEnumerable<RegistryEntry>.GetEnumerator | ||
IEnumerable.GetEnumerator |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.