VCLanguageManager.RefreshUserKeywords(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the user-defined keywords from a file.
void RefreshUserKeywords(std::wstring const & bstrUserTypeFile = "");
[System.Runtime.InteropServices.DispId(7)]
public void RefreshUserKeywords (string bstrUserTypeFile = "");
[<System.Runtime.InteropServices.DispId(7)>]
abstract member RefreshUserKeywords : string -> unit
Public Sub RefreshUserKeywords (Optional bstrUserTypeFile As String = "")
Parameters
- bstrUserTypeFile
- String
Optional. The name of the user keyword file.
- Attributes