ActivityMetadata.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 別的所有公用屬性,並在集合中傳回它們。