Share via


VsaEngine.LCID 属性

命名空间:  Microsoft.VisualBasic.Vsa
程序集:  Microsoft.VisualBasic.Vsa(在 Microsoft.VisualBasic.Vsa.dll 中)

语法

声明
Public Property LCID As Integer
public int LCID { get; set; }
public:
virtual property int LCID {
    int get () sealed;
    void set (int value) sealed;
}
abstract LCID : int with get, set 
override LCID : int with get, set
final function get LCID () : int 
final function set LCID (value : int)

属性值

类型:Int32

实现

IVsaEngine.LCID

.NET Framework 安全性

请参阅

参考

VsaEngine 类

Microsoft.VisualBasic.Vsa 命名空间