ActivityMetadata.GetImportedChildrenWithReflection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用反射返回导入的子活动的集合。
public:
System::Collections::ObjectModel::Collection<System::Activities::Activity ^> ^ GetImportedChildrenWithReflection();
public System.Collections.ObjectModel.Collection<System.Activities.Activity> GetImportedChildrenWithReflection ();
member this.GetImportedChildrenWithReflection : unit -> System.Collections.ObjectModel.Collection<System.Activities.Activity>
Public Function GetImportedChildrenWithReflection () As Collection(Of Activity)
返回
导入的子活动的集合。
注解
此方法使用活动的 TypeDescriptor 来检查 、或 ICollection<T>
IList<T>
类型Activity或 派生自 Activity的所有T
公共属性,并在集合中返回这些属性。