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 命名空间