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