NativeActivityMetadata.GetDelegatesWithReflection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of delegates using reflection.
public:
System::Collections::ObjectModel::Collection<System::Activities::ActivityDelegate ^> ^ GetDelegatesWithReflection();
public System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate> GetDelegatesWithReflection ();
member this.GetDelegatesWithReflection : unit -> System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate>
Public Function GetDelegatesWithReflection () As Collection(Of ActivityDelegate)
Returns
A collection of delegates.
Remarks
This method uses an activity's TypeDescriptor to examine all public properties of type ActivityDelegate, or IList<T>
or ICollection<T>
where T
derives from ActivityDelegate, and returns them in a collection.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.