VCLanguageManager.RefreshUserKeywords Method
Refreshes the user-defined keywords from a file.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaração
Sub RefreshUserKeywords ( _
bstrUserTypeFile As String _
)
void RefreshUserKeywords(
string bstrUserTypeFile
)
void RefreshUserKeywords(
[InAttribute] String^ bstrUserTypeFile
)
abstract RefreshUserKeywords :
bstrUserTypeFile:string -> unit
function RefreshUserKeywords(
bstrUserTypeFile : String
)
Parameters
- bstrUserTypeFile
Type: System.String
Optional. The name of the user keyword file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.