SettingsPropertyValueCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SettingsProperty 개체를 SettingsPropertyValue 개체로 매핑하여 설정 속성 값의 컬렉션을 포함합니다.
public ref class SettingsPropertyValueCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyValueCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyValueCollection = class
interface ICollection
interface IEnumerable
interface ICloneable
type SettingsPropertyValueCollection = class
interface IEnumerable
interface ICloneable
interface ICollection
type SettingsPropertyValueCollection = class
interface ICloneable
interface ICollection
interface IEnumerable
Public Class SettingsPropertyValueCollection
Implements ICloneable, ICollection
- 상속
-
SettingsPropertyValueCollection
- 구현
생성자
SettingsPropertyValueCollection() |
SettingsPropertyValueCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
컬렉션에 있는 SettingsPropertyValue 개체의 수를 지정하는 값을 가져옵니다. |
IsSynchronized |
해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. |
Item[String] |
컬렉션에서 항목을 가져옵니다. |
SyncRoot |
컬렉션에 대한 액세스를 동기화할 개체를 가져옵니다. |
메서드
Add(SettingsPropertyValue) |
컬렉션에 SettingsPropertyValue 개체를 추가합니다. |
Clear() |
컬렉션에서 모든 SettingsPropertyValue 개체를 제거합니다. |
Clone() |
기존 컬렉션의 복사본을 만듭니다. |
CopyTo(Array, Int32) |
이 SettingsPropertyValueCollection 컬렉션을 배열에 복사합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetEnumerator() |
컬렉션에 적용되는 IEnumerator 개체를 가져옵니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
Remove(String) |
컬렉션에서 SettingsPropertyValue 개체를 제거합니다. |
SetReadOnly() |
컬렉션을 읽기 전용으로 설정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
.NET