다음을 통해 공유


GetItemFromCollection<TItem> 클래스

 

컬렉션에서 항목을 가져오기 위한 작업입니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

상속 계층 구조

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.GetItemFromCollection<TItem>

구문

[ContentPropertyAttribute("Collection")]
public sealed class GetItemFromCollection<TItem> : CodeActivity<TItem>
generic<typename TItem>
[ContentPropertyAttribute("Collection")]
public ref class GetItemFromCollection sealed : CodeActivity<TItem>
[<Sealed>]
[<ContentPropertyAttribute("Collection")>]
type GetItemFromCollection<'TItem> = 
    class
        inherit CodeActivity<'TItem>
    end
<ContentPropertyAttribute("Collection")>
Public NotInheritable Class GetItemFromCollection(Of TItem)
    Inherits CodeActivity(Of TItem)

형식 매개 변수

  • TItem
    항목 형식입니다.

생성자

이름 설명
System_CAPS_pubmethod GetItemFromCollection<TItem>()

GetItemFromCollection<TItem> 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod GetItemFromCollection<TItem>(InArgument<ICollection<TItem>>, InArgument<Int32>)

GetItemFromCollection<TItem> 클래스의 새 인스턴스를 초기화합니다.

속성

이름 설명
System_CAPS_protproperty CacheId

(Activity에서 상속됨.)

System_CAPS_pubproperty Collection

항목 컬렉션을 가져오거나 설정합니다.

System_CAPS_pubproperty DisplayName

(Activity에서 상속됨.)

System_CAPS_pubproperty Id

(Activity에서 상속됨.)

System_CAPS_protproperty ImplementationVersion

(CodeActivity<TResult>에서 상속됨.)

System_CAPS_pubproperty Index

반환할 항목의 인덱스를 가져오거나 설정합니다.

System_CAPS_pubproperty Result

(Activity<TResult>에서 상속됨.)

System_CAPS_pubproperty ResultType

(ActivityWithResult에서 상속됨.)

메서드

이름 설명
System_CAPS_pubmethod Equals(Object)

(Object에서 상속됨.)

System_CAPS_pubmethod GetHashCode()

(Object에서 상속됨.)

System_CAPS_pubmethod GetType()

(Object에서 상속됨.)

System_CAPS_pubmethod ToString()

(Activity에서 상속됨.)

스레드로부터의 안전성

이 형식의 모든 public static (Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

Microsoft.Activities 네임스페이스

맨 위로 이동