共用方式為


VCLanguageManager.RefreshUserKeywords 方法

從檔案重新整理使用者定義的關鍵字。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
Sub RefreshUserKeywords ( _
    bstrUserTypeFile As String _
)
void RefreshUserKeywords(
    string bstrUserTypeFile
)
void RefreshUserKeywords(
    [InAttribute] String^ bstrUserTypeFile
)
abstract RefreshUserKeywords : 
        bstrUserTypeFile:string -> unit
function RefreshUserKeywords(
    bstrUserTypeFile : String
)

參數

  • bstrUserTypeFile
    類型:String

    選擇項。 使用者關鍵字檔案的名稱。

.NET Framework 安全性

請參閱

參考

VCLanguageManager 介面

Microsoft.VisualStudio.VCCodeModel 命名空間