ActivityDesigner.IsCommentedActivity(Activity) Methode

Definitie

Retourneert een waarde die aangeeft of de activiteit van de huidige ontwerper wordt becommentarieerd of zich in een activiteit met opmerkingen bevindt.

public:
 static bool IsCommentedActivity(System::Workflow::ComponentModel::Activity ^ activity);
public static bool IsCommentedActivity(System.Workflow.ComponentModel.Activity activity);
static member IsCommentedActivity : System.Workflow.ComponentModel.Activity -> bool
Public Shared Function IsCommentedActivity (activity As Activity) As Boolean

Parameters

activity
Activity

De Activity in de huidige activiteitsontwerper.

Retouren

true als de activiteit wordt becommentariëren of zich in een becommentariërende activiteit bevindt; anders, false.

Van toepassing op