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 來檢查 類型 Variable或 或 IList<T>
ICollection<T>
衍生自 T
Variable的所有公用屬性,並在集合中傳回它們。