Aracılığıyla paylaş


ActivityDelegate.OnGetRuntimeDelegateArguments Yöntem

Tanım

için çalışma zamanı bağımsız değişkenlerinin listesini sağlar ActivityDelegate.

protected:
 virtual void OnGetRuntimeDelegateArguments(System::Collections::Generic::IList<System::Activities::RuntimeDelegateArgument ^> ^ runtimeDelegateArguments);
protected virtual void OnGetRuntimeDelegateArguments (System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> runtimeDelegateArguments);
abstract member OnGetRuntimeDelegateArguments : System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> -> unit
override this.OnGetRuntimeDelegateArguments : System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> -> unit
Protected Overridable Sub OnGetRuntimeDelegateArguments (runtimeDelegateArguments As IList(Of RuntimeDelegateArgument))

Parametreler

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Çalışma zamanı bağımsız değişkenleriyle doldurulacak liste.

Açıklamalar

Türetilmiş bir sınıfta geçersiz kılındığında, bu yöntem tarafından ActivityDelegatekullanılan bağımsız değişkenleri özelleştirmek için kullanılabilir.

Şunlara uygulanır