ActivityDesigner.IsSupportedActivityType(Type) Methode

Definition

Gibt einen Wert zurück, der angibt, ob der angegebene Aktivitätstyp unterstützt wird, wenn es sich beim Aktivitätsdesigner um einen Stammdesigner handelt.

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

Parameter

activityType
Type

Der Typ der Aktivität, die unterstützt wurde.

Gibt zurück

Boolean

true, wenn der activityType unterstützt wird, andernfalls false.

Hinweise

IsSupportedActivityType wird nur aufgerufen, wenn es sich beim Aktivitätsdesigner um einen Stammdesigner handelt.

Gilt für