共用方式為


ITextSearchNavigator.SearchTerm 屬性

命名空間:  Microsoft.VisualStudio.Text.Operations
組件:  Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)

語法

'宣告
Property SearchTerm As String
string SearchTerm { get; set; }
property String^ SearchTerm {
    String^ get ();
    void set (String^ value);
}
abstract SearchTerm : string with get, set
function get SearchTerm () : String 
function set SearchTerm (value : String)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

ITextSearchNavigator 介面

Microsoft.VisualStudio.Text.Operations 命名空間