ActivityDesigner.IsSupportedActivityType(Type) Yöntem

Tanım

Etkinlik tasarımcısı bir kök tasarımcıysa belirtilen etkinlik türünün desteklenip desteklenmediğini belirten bir değer döndürür.

protected:
 virtual bool IsSupportedActivityType(Type ^ activityType);
protected virtual bool IsSupportedActivityType (Type activityType);
abstract member IsSupportedActivityType : Type -> bool
override this.IsSupportedActivityType : Type -> bool
Protected Overridable Function IsSupportedActivityType (activityType As Type) As Boolean

Parametreler

activityType
Type

Desteklenen etkinliğin türü.

Döndürülenler

Boolean

trueactivityType destekleniyorsa; desteklenmiyorsa , false.

Açıklamalar

IsSupportedActivityType yalnızca etkinlik tasarımcısı bir kök tasarımcıysa çağrılır.

Şunlara uygulanır