ALContextMenu.PreprocessSelection(String, ICollection) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual Microsoft::BizTalk::Tracking::SelectionSupport PreprocessSelection(System::String ^ view, System::Collections::ICollection ^ items);
public Microsoft.BizTalk.Tracking.SelectionSupport PreprocessSelection (string view, System.Collections.ICollection items);
abstract member PreprocessSelection : string * System.Collections.ICollection -> Microsoft.BizTalk.Tracking.SelectionSupport
override this.PreprocessSelection : string * System.Collections.ICollection -> Microsoft.BizTalk.Tracking.SelectionSupport
Public Function PreprocessSelection (view As String, items As ICollection) As SelectionSupport
Parâmetros
- view
- String
- items
- ICollection
Retornos
Microsoft.BizTalk.Tracking.SelectionSupport
Implementações
Microsoft.BizTalk.Tracking.ICtxMenuPlugin.PreprocessSelection(System.String,System.Collections.ICollection)