CodeActivity<TResult>.Implementation Özellik

Tanım

Desteklenmez.

protected:
 property Func<System::Activities::Activity ^> ^ Implementation { Func<System::Activities::Activity ^> ^ get(); void set(Func<System::Activities::Activity ^> ^ value); };
[System.Runtime.Serialization.IgnoreDataMember]
protected override sealed Func<System.Activities.Activity> Implementation { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.Implementation : Func<System.Activities.Activity> with get, set
Protected Overrides NotOverridable Property Implementation As Func(Of Activity)

Özellik Değeri

Her zaman null döndürür.

Öznitelikler

Açıklamalar

Bu özellik için bir değer ayarlamak bir NotSupportedExceptiondöndürür. CodeActivity<TResult> yürütme mantığını etkinlik olarak tanımlamaya izin vermez. Bunun yerine yürütme mantığı yönteminde Execute tanımlanmalıdır.

Şunlara uygulanır