RichEditTextRange.Paste(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將剪貼簿中的文字貼到文字範圍中。
public:
virtual void Paste(int format) = Paste;
void Paste(int const& format);
public void Paste(int format);
function paste(format)
Public Sub Paste (format As Integer)
參數
- format
-
Int32
int
要用於貼上作業的剪貼簿格式。 零代表最佳格式,通常是 RTF (RTF) ,但也可以CF_UNICODETEXT和其他格式。 預設值為零。
實作
M:Windows.UI.Text.ITextRange.Paste(System.Int32)
M:Windows.UI.Text.ITextRange.Paste(int)