ActivityDesignerVerbCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
ActivityDesignerVerb 개체의 컬렉션을 유지합니다.
public ref class ActivityDesignerVerbCollection sealed : System::ComponentModel::Design::DesignerVerbCollection
public sealed class ActivityDesignerVerbCollection : System.ComponentModel.Design.DesignerVerbCollection
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ActivityDesignerVerbCollection : System.ComponentModel.Design.DesignerVerbCollection
type ActivityDesignerVerbCollection = class
inherit DesignerVerbCollection
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerVerbCollection = class
inherit DesignerVerbCollection
Public NotInheritable Class ActivityDesignerVerbCollection
Inherits DesignerVerbCollection
- 상속
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
ActivityDesignerVerbCollection은 동일한 동사 그룹에 속한 동사를 유지하고 식별자가 연속적인지 확인합니다.
생성자
ActivityDesignerVerbCollection() |
ActivityDesignerVerbCollection의 인스턴스를 초기화합니다. |
ActivityDesignerVerbCollection(IEnumerable<ActivityDesignerVerb>) |
동사의 지정된 제네릭 ActivityDesignerVerbCollection 컬렉션을 사용하여 IEnumerable<T> 클래스의 새 인스턴스를 초기화합니다. |
속성
Capacity |
CollectionBase에 포함될 수 있는 요소의 수를 가져오거나 설정합니다. (다음에서 상속됨 CollectionBase) |
Count |
CollectionBase 인스턴스에 포함된 요소 수를 가져옵니다. 이 속성은 재정의할 수 없습니다. (다음에서 상속됨 CollectionBase) |
InnerList |
ArrayList 인스턴스의 요소 목록을 포함하는 CollectionBase를 가져옵니다. (다음에서 상속됨 CollectionBase) |
Item[Int32] |
지정된 인덱스에 있는 DesignerVerb를 가져오거나 설정합니다. (다음에서 상속됨 DesignerVerbCollection) |
List |
IList 인스턴스의 요소 목록을 포함하는 CollectionBase를 가져옵니다. (다음에서 상속됨 CollectionBase) |
메서드
명시적 인터페이스 구현
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |