ExplorerEvents_10.BeforeItemPaste(Object, MAPIFolder, Boolean) 方法

定义

这是 COM coclass 中事件接口中的成员。 它不适合在您的代码中使用。

public:
 void BeforeItemPaste(System::Object ^ % ClipboardContent, Microsoft::Office::Interop::Outlook::MAPIFolder ^ Target, [Runtime::InteropServices::Out] bool % Cancel);
public void BeforeItemPaste (ref object ClipboardContent, Microsoft.Office.Interop.Outlook.MAPIFolder Target, out bool Cancel);
Public Sub BeforeItemPaste (ByRef ClipboardContent As Object, Target As MAPIFolder, ByRef Cancel As Boolean)

参数

ClipboardContent
Object
Target
MAPIFolder
Cancel
Boolean

适用于