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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.