ActivityDesigner.Activity Propriedade
Definição
public:
property System::Workflow::ComponentModel::Activity ^ Activity { System::Workflow::ComponentModel::Activity ^ get(); };
public System.Workflow.ComponentModel.Activity Activity { get; }
member this.Activity : System.Workflow.ComponentModel.Activity
Public ReadOnly Property Activity As Activity
Valor da propriedade
O Activity associado ao designer.The Activity associated with the designer.
Comentários
Use o Activity para acessar as propriedades e os eventos da atividade.Use the Activity to access the properties and events of the activity.