IVsaEngine.LCID 属性

定义

获取或设置在报告异常消息时所使用的地理区域设置和语言。Gets or sets the geographical locale and language in which to report exception messages.

public:
 property int LCID { int get(); void set(int value); };
public int LCID { get; set; }
member this.LCID : int with get, set
Public Property LCID As Integer

属性值

Int32

表示要在其中报告异常消息的区域设置的整数值。An integer value representing the locale in which exception messages are to be reported.

适用于