InvokeDelegate.DelegateArguments Property
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.
The arguments to be passed to the ActivityDelegate object.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ DelegateArguments { System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,System.Activities.Argument> DelegateArguments { get; }
member this.DelegateArguments : System.Collections.Generic.IDictionary<string, System.Activities.Argument>
Public ReadOnly Property DelegateArguments As IDictionary(Of String, Argument)
Property Value
The arguments to be passed to the delegate.
Remarks
The keys are the names of the Argument objects on the ActivityDelegate, and the values are the arguments whose expressions are evaluated and assigned to the corresponding Argument objects.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.