共用方式為


TextSelection.ReplaceText 方法

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
Function ReplaceText ( _
    Pattern As String, _
    Replace As String, _
    vsFindOptionsValue As Integer _
) As Boolean
bool ReplaceText(
    string Pattern,
    string Replace,
    int vsFindOptionsValue
)
bool ReplaceText(
    [InAttribute] String^ Pattern, 
    [InAttribute] String^ Replace, 
    [InAttribute] int vsFindOptionsValue
)
abstract ReplaceText : 
        Pattern:string * 
        Replace:string * 
        vsFindOptionsValue:int -> bool
function ReplaceText(
    Pattern : String, 
    Replace : String, 
    vsFindOptionsValue : int
) : boolean

參數

  • Pattern
    類型:String

    要尋找的模式。

  • Replace
    類型:String

    字串,用來取代找到的文字。

  • vsFindOptionsValue
    類型:Int32

    尋找旗標。

傳回值

類型:Boolean
如果取代了文字則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

TextSelection 介面

EnvDTE 命名空間