Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringOptional. 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.