PropertyGrid.PropertyTabCollection 클래스
정의
PropertyTab 개체의 컬렉션을 포함합니다.Contains a collection of PropertyTab objects.
public: ref class PropertyGrid::PropertyTabCollection : System::Collections::ICollection
public class PropertyGrid.PropertyTabCollection : System.Collections.ICollection
type PropertyGrid.PropertyTabCollection = class
interface ICollection
interface IEnumerable
Public Class PropertyGrid.PropertyTabCollection
Implements ICollection
- 상속
-
PropertyGrid.PropertyTabCollection
- 구현
속성
Count |
컬렉션의 속성 탭 수를 가져옵니다.Gets the number of Property tabs in the collection. |
Item[Int32] |
지정된 인덱스의 PropertyTab를 가져옵니다.Gets the PropertyTab at the specified index. |
메서드
AddTabType(Type) |
지정된 형식의 속성 탭을 컬렉션에 추가합니다.Adds a Property tab of the specified type to the collection. |
AddTabType(Type, PropertyTabScope) |
지정된 형식과 범위의 속성 탭을 컬렉션에 추가합니다.Adds a Property tab of the specified type and with the specified scope to the collection. |
Clear(PropertyTabScope) |
컬렉션에서 지정된 범위의 모든 속성 탭을 제거합니다.Removes all the Property tabs of the specified scope from the collection. |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
컬렉션에서 모든 속성 탭의 열거형을 반환합니다.Returns an enumeration of all the Property tabs in the collection. |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
RemoveTabType(Type) |
컬렉션에서 지정된 탭 유형을 제거합니다.Removes the specified tab type from the collection. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
이 멤버에 대한 설명은 CopyTo(Array, Int32)를 참조하세요.For a description of this member, see CopyTo(Array, Int32). |
ICollection.IsSynchronized |
이 멤버에 대한 설명은 IsSynchronized를 참조하세요.For a description of this member, see IsSynchronized. |
ICollection.SyncRoot |
이 멤버에 대한 설명은 SyncRoot를 참조하세요.For a description of this member, see SyncRoot. |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다.Converts an IEnumerable to an IQueryable. |