Udostępnij za pośrednictwem


CodeActivityContext.GetProperty<THandle> Metoda

Definicja

Pobiera właściwość wykonania określonego typu.

public:
generic <typename THandle>
 where THandle : System::Activities::Handle THandle GetProperty();
public THandle GetProperty<THandle> () where THandle : System.Activities.Handle;
member this.GetProperty : unit -> 'Handle (requires 'Handle :> System.Activities.Handle)
Public Function GetProperty(Of THandle As Handle) () As THandle

Parametry typu

THandle

Typ właściwości wykonania.

Zwraca

THandle

Właściwość wykonania.

Dotyczy