CompiledDataContext.GetLocation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컴파일된 데이터 컨텍스트의 위치를 검색합니다.
오버로드
GetLocation<T>(Func<T>, Action<T>) |
지정된 get 및 set 메서드를 사용하여 컴파일된 데이터 컨텍스트의 위치를 검색합니다. |
GetLocation<T>(Func<T>, Action<T>, Int32, Activity, ActivityContext) |
컴파일된 데이터 컨텍스트의 위치를 검색합니다. |
GetLocation<T>(Func<T>, Action<T>)
지정된 get 및 set 메서드를 사용하여 컴파일된 데이터 컨텍스트의 위치를 검색합니다.
public:
generic <typename T>
System::Activities::Location<T> ^ GetLocation(Func<T> ^ getMethod, Action<T> ^ setMethod);
public System.Activities.Location<T> GetLocation<T> (Func<T> getMethod, Action<T> setMethod);
member this.GetLocation : Func<'T> * Action<'T> -> System.Activities.Location<'T>
Public Function GetLocation(Of T) (getMethod As Func(Of T), setMethod As Action(Of T)) As Location(Of T)
형식 매개 변수
- T
함수입니다.
매개 변수
- getMethod
- Func<T>
사용된 get 메서드입니다.
- setMethod
- Action<T>
사용된 set 메서드입니다.
반환
컴파일된 데이터 컨텍스트의 위치입니다.
적용 대상
GetLocation<T>(Func<T>, Action<T>, Int32, Activity, ActivityContext)
컴파일된 데이터 컨텍스트의 위치를 검색합니다.
public:
generic <typename T>
System::Activities::Location<T> ^ GetLocation(Func<T> ^ getMethod, Action<T> ^ setMethod, int expressionId, System::Activities::Activity ^ compiledRootActivity, System::Activities::ActivityContext ^ activityContext);
public System.Activities.Location<T> GetLocation<T> (Func<T> getMethod, Action<T> setMethod, int expressionId, System.Activities.Activity compiledRootActivity, System.Activities.ActivityContext activityContext);
member this.GetLocation : Func<'T> * Action<'T> * int * System.Activities.Activity * System.Activities.ActivityContext -> System.Activities.Location<'T>
Public Function GetLocation(Of T) (getMethod As Func(Of T), setMethod As Action(Of T), expressionId As Integer, compiledRootActivity As Activity, activityContext As ActivityContext) As Location(Of T)
형식 매개 변수
- T
함수입니다.
매개 변수
- getMethod
- Func<T>
사용된 get 메서드입니다.
- setMethod
- Action<T>
사용된 set 메서드입니다.
- expressionId
- Int32
식 식별자입니다.
- compiledRootActivity
- Activity
컴파일된 루트 동작입니다.
- activityContext
- ActivityContext
작업 컨텍스트입니다.
반환
컴파일된 데이터 컨텍스트의 위치입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET