Share via


IVsaEngine.LCID 屬性

取得或設定用來報告例外狀況訊息的地區設定和語言。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
Property LCID As Integer
int LCID { get; set; }
property int LCID {
    int get ();
    void set (int value);
}
abstract LCID : int with get, set
function get LCID () : int 
function set LCID (value : int)

屬性值

類型:Int32
傳回整數值,代表將用來報告例外狀況訊息的地區設定。

請參閱

參考

IVsaEngine 介面

Microsoft.Vsa 命名空間