Condividi tramite


Proprietà VsaLoader.LCID

Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Int32

Implementa

IVsaEngine.LCID

Vedere anche

Riferimenti

VsaLoader Classe

Spazio dei nomi Microsoft.Vsa