ToolboxCategoryItems 클래스
정의
ToolboxCategory 개체의 컬렉션입니다.A collection of ToolboxCategory objects. 이 클래스는 sealed
되므로 상속할 수 없습니다. 이 클래스는 Visual Studio 2010 외부에서 Windows Workflow Designer를 다시 호스트할 때 도구 상자 항목의 분류를 지원합니다.This class is sealed
and so cannot be inherited.This class provides support for the categorization of toolbox items when re-hosting the Windows Workflow Designer outside of Visual Studio 2010.
public ref class ToolboxCategoryItems sealed : System::Collections::Generic::ICollection<System::Activities::Presentation::Toolbox::ToolboxCategory ^>, System::Collections::Generic::IEnumerable<System::Activities::Presentation::Toolbox::ToolboxCategory ^>, System::Collections::IList
public sealed class ToolboxCategoryItems : System.Collections.Generic.ICollection<System.Activities.Presentation.Toolbox.ToolboxCategory>, System.Collections.Generic.IEnumerable<System.Activities.Presentation.Toolbox.ToolboxCategory>, System.Collections.IList
type ToolboxCategoryItems = class
interface ICollection<ToolboxCategory>
interface seq<ToolboxCategory>
interface IEnumerable
interface IList
interface ICollection
Public NotInheritable Class ToolboxCategoryItems
Implements ICollection(Of ToolboxCategory), IEnumerable(Of ToolboxCategory), IList
- 상속
-
ToolboxCategoryItems
- 구현
생성자
ToolboxCategoryItems() |
ToolboxCategoryItems 클래스의 인스턴스를 만듭니다.Creates an instance of the ToolboxCategoryItems class. |
속성
Count |
ToolboxCategoryItems에 포함된 도구 수를 가져옵니다.Gets the number of tools contained in the ToolboxCategoryItems. |
IsReadOnly |
ToolboxCategoryItems이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the ToolboxCategoryItems is read-only. |
Item[Int32] |
지정된 인덱스에 있는 도구 상자 범주를 가져오거나 설정합니다.Gets the toolbox category at the specified index. |
메서드
Add(ToolboxCategory) |
도구 상자 범주 항목 컬렉션의 끝에 지정된 도구 상자 범주를 추가합니다.Adds a specified toolbox category to the end of the toolbox category items collection. |
Clear() |
ToolboxCategoryItems 컬렉션에서 모든 항목을 제거합니다.Removes all the items from the ToolboxCategoryItems collection. |
Contains(ToolboxCategory) |
ToolboxCategoryItems 컬렉션에 특정 도구 상자 범주 항목이 포함되어 있는지 확인합니다.Determines whether the ToolboxCategoryItems collection contains a specific toolbox category item. |
CopyTo(ToolboxCategory[], Int32) |
대상 ToolboxCategoryItems의 지정된 인덱스부터 시작하여 전체 Array 컬렉션을 호환되는 1차원 Array에 복사합니다.Copies the entire ToolboxCategoryItems collection to a compatible one-dimensional Array, starting at the specified index of the target Array. |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
ToolboxCategoryItems 컬렉션에서 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the ToolboxCategoryItems 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) |
Remove(ToolboxCategory) |
ToolboxCategoryItems에서 처음 나타나는 특정 도구 상자 범주를 제거합니다.Removes the first occurrence of a specific toolbox category from the ToolboxCategoryItems. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
대상 ToolboxCategoryItems의 지정된 인덱스부터 시작하여 전체 Array 컬렉션을 호환되는 1차원 Array에 복사합니다.Copies the entire ToolboxCategoryItems collection to a compatible one-dimensional Array, starting at the specified index of the target Array. |
ICollection.Count |
ToolboxCategoryItems 컬렉션에 포함된 도구 상자 범주의 수를 가져옵니다.Gets the number of toolbox categories contained in the ToolboxCategoryItems collection. |
ICollection.IsSynchronized |
ToolboxCategoryItems에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether access to the ToolboxCategoryItems is synchronized (thread safe). |
ICollection.SyncRoot |
ToolboxCategoryItems에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.Gets an object that can be used to synchronize access to the ToolboxCategoryItems. |
IEnumerable.GetEnumerator() |
ToolboxCategoryItems 컬렉션을 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the ToolboxCategoryItems collection. |
IList.Add(Object) |
도구를 ToolboxCategoryItems에 추가합니다.Adds a tool to the ToolboxCategoryItems. |
IList.Clear() |
ToolboxCategoryItems에서 모든 도구를 제거합니다.Removes all the tools from the ToolboxCategoryItems. |
IList.Contains(Object) |
ToolboxCategoryItems에 특정 도구가 포함되어 있는지 여부를 확인합니다.Determines whether the ToolboxCategoryItems contains a specific tool. |
IList.IndexOf(Object) |
ToolboxCategoryItems에서 특정 도구의 인덱스를 확인합니다.Determines the index of a specific tool in the ToolboxCategoryItems. |
IList.Insert(Int32, Object) |
ToolboxCategoryItems 컬렉션의 지정된 인덱스에 도구 상자 범주를 삽입합니다.Inserts a toolbox category into the ToolboxCategoryItems collection at the specified index. |
IList.IsFixedSize |
ToolboxCategoryItems의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the ToolboxCategoryItems has a fixed size. |
IList.IsReadOnly |
ToolboxCategoryItems이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the ToolboxCategoryItems is read-only. |
IList.Item[Int32] |
컬렉션의 지정된 인덱스에서 도구 상자 범주를 가져오거나 설정합니다.Gets or sets the toolbox category at a specified index of the collection. |
IList.Remove(Object) |
ToolboxCategoryItems에서 처음 나타나는 특정 도구 상자 범주를 제거합니다.Removes the first occurrence of a specific toolbox category from the ToolboxCategoryItems. |
IList.RemoveAt(Int32) |
ToolboxCategoryItems 컬렉션의 지정된 인덱스에서 도구 상자 범주를 제거합니다.Removes a toolbox category at the specified index of the ToolboxCategoryItems collection. |
확장 메서드
CopyToDataTable<T>(IEnumerable<T>) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
제네릭 매개 변수 |
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. |
Ancestors<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 노드의 상위 항목이 들어 있는 요소 컬렉션을 반환합니다.Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 노드의 상위 항목이 들어 있는 필터링된 요소 컬렉션을 반환합니다.Returns a filtered collection of elements that contains the ancestors of every node in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 문서 및 요소의 하위 노드 컬렉션을 반환합니다.Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 요소 및 문서의 하위 요소가 들어 있는 요소 컬렉션을 반환합니다.Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 요소 및 문서의 하위 요소가 들어 있는 필터링된 요소 컬렉션을 반환합니다.Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 요소 및 문서의 자식 요소 컬렉션을 반환합니다.Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 요소 및 문서의 필터링된 자식 요소 컬렉션을 반환합니다.Returns a filtered collection of the child elements of every element and document in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
소스 컬렉션의 모든 노드가 문서 순으로 정렬되어 들어 있는 노드 컬렉션을 반환합니다.Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 문서 및 요소의 자식 노드 컬렉션을 반환합니다.Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
부모 노드에서 소스 컬렉션의 모든 노드를 제거합니다.Removes every node in the source collection from its parent node. |