WorkflowItemsPresenter.CanPasteItems(List<Object>) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean that indicates whether the specified objects can be pasted.
public:
 virtual bool CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste);public bool CanPasteItems(System.Collections.Generic.List<object> itemsToPaste);abstract member CanPasteItems : System.Collections.Generic.List<obj> -> bool
override this.CanPasteItems : System.Collections.Generic.List<obj> -> boolPublic Function CanPasteItems (itemsToPaste As List(Of Object)) As BooleanParameters
Returns
true if the specified list of objects can be pasted; otherwise, false.