ForEachLoopClass.LocaleID 屬性

定義

取得或設定整數,這個整數表示執行物件時要使用的 Microsoft Win32® localeID ForEachLoopClass

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

屬性值

Int32

表示地區設定的整數。 –1 的值表示應該使用父地區設定。 否則,將會使用這個容器上所設定的 LocaleID。

實作

適用於