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

声明
Sub RefreshUserKeywords ( _
    bstrUserTypeFile As String _
)
用法
Dim instance As VCLanguageManager
Dim bstrUserTypeFile As String

instance.RefreshUserKeywords(bstrUserTypeFile)
void RefreshUserKeywords(
    string bstrUserTypeFile
)
void RefreshUserKeywords(
    [InAttribute] String^ bstrUserTypeFile
)
function RefreshUserKeywords(
    bstrUserTypeFile : String
)

Parameters

  • bstrUserTypeFile
    Type: System.String

    Optional. The name of the user keyword file.

Permissions

See Also

Reference

VCLanguageManager Interface

VCLanguageManager Members

Microsoft.VisualStudio.VCCodeModel Namespace