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

'Declaration
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

See Also

Reference

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel Namespace