안녕하세요.
포럼에서 Invoke Method 액티비티 예제를 받고 어떻게 쓰이는지 공부 중에.
MethodName, Parameters, TargetObiect 항목만 작성되면 실행이 되는 것을 확인했습니다.
한 가지 궁금한 점은,
대부분의 예제들은 위 3개 항목만 작성되어 있던데
GenericTypeArguments 속성은 쓰임새가 정확히 어떤 경우에 쓰이나요?
감사합니다.
안녕하세요.
포럼에서 Invoke Method 액티비티 예제를 받고 어떻게 쓰이는지 공부 중에.
한 가지 궁금한 점은,
대부분의 예제들은 위 3개 항목만 작성되어 있던데
GenericTypeArguments 속성은 쓰임새가 정확히 어떤 경우에 쓰이나요?
감사합니다.
Hi @thy9088,
If you create your own class in VB.NET and call upon a method that is defined with Generic parameters with the InvokeMethod Activity, this is where you would define that argument type.
This is a Microsoft Activity from the .NET framework InvokeMethod Class (System.Activities.Statements) | Microsoft Learn
Thanks