NativeActivityMetadata.GetVariablesWithReflection 方法

定义

使用反射返回变量的集合。

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公共属性,并在集合中返回这些属性。

适用于