ActivityMetadata.GetArgumentsWithReflection 方法

定义

返回通过使用反射获取的参数的集合。

public:
 System::Collections::ObjectModel::Collection<System::Activities::RuntimeArgument ^> ^ GetArgumentsWithReflection();
public System.Collections.ObjectModel.Collection<System.Activities.RuntimeArgument> GetArgumentsWithReflection ();
member this.GetArgumentsWithReflection : unit -> System.Collections.ObjectModel.Collection<System.Activities.RuntimeArgument>
Public Function GetArgumentsWithReflection () As Collection(Of RuntimeArgument)

返回

参数的集合。

注解

此方法使用活动的 TypeDescriptor 来检查类型 Argument 的所有公共属性,并在集合中返回这些属性。

适用于