CodeActivityMetadata.GetArgumentsWithReflection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回通过使用反射获取的参数的集合。
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 的所有公共属性,并在集合中返回它们。