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