WorkflowItemsPresenter.OnItemsCut(List<ModelItem>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Ocorre quando as instâncias especificadas ModelItem são cortadas.
public:
virtual System::Object ^ OnItemsCut(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCut);
public object OnItemsCut(System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCut);
abstract member OnItemsCut : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
override this.OnItemsCut : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Public Function OnItemsCut (itemsToCut As List(Of ModelItem)) As Object
Parâmetros
Devoluções
Um clone de itemsToCut.