刷新用户定义的关键字从文件。
命名空间: 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
类型:System.String
可选。用户关键字文件的名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。