SettingsPropertyCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SettingsProperty 개체의 컬렉션을 포함합니다.
public ref class SettingsPropertyCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyCollection = class
interface ICollection
interface IEnumerable
interface ICloneable
type SettingsPropertyCollection = class
interface IEnumerable
interface ICloneable
interface ICollection
type SettingsPropertyCollection = class
interface ICloneable
interface ICollection
interface IEnumerable
Public Class SettingsPropertyCollection
Implements ICloneable, ICollection
- 상속
-
SettingsPropertyCollection
- 구현
설명
컬렉션에는 SettingsPropertyCollection 개체 컬렉션이 SettingsProperty 포함되어 있습니다. SettingsProperty 개체는 개별 구성 속성에 대한 메타데이터를 나타내는 클래스로 내부적으로 사용됩니다.
생성자
SettingsPropertyCollection() |
SettingsPropertyCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
컬렉션에 있는 SettingsProperty 개체의 수를 지정하는 값을 가져옵니다. |
IsSynchronized |
해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. |
Item[String] |
지정된 이름을 갖는 컬렉션 항목을 가져옵니다. |
SyncRoot |
컬렉션에 대한 액세스를 동기화할 개체를 가져옵니다. |
메서드
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET