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
型別:System.String
選擇項。使用者關鍵字檔案的名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。