共用方式為


ITextRange.CanPaste(Int32) 方法

定義

判斷剪貼簿是否包含可使用指定格式貼上至目前文字範圍的內容。

public:
 bool CanPaste(int format);
bool CanPaste(int const& format);
public bool CanPaste(int format);
function canPaste(format)
Public Function CanPaste (format As Integer) As Boolean

參數

format
Int32

int

剪貼簿格式。 零代表最佳格式,通常是 RTF (RTF) ,但也可以CF_UNICODETEXT和其他格式。 預設值為零。

傳回

Boolean

bool

如果剪貼簿內容可以貼到指定格式的文字範圍,則為 True,否則為 false。

備註

注意

在Windows Phone上,CanPaste 一律會傳回 false。 Windows Phone不支援以程式設計方式存取剪貼簿。

適用於