ForEachLoopClass.LocaleID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an Integer that indicates the Microsoft Win32® localeID to use when the ForEachLoopClass object is executed.
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
Property Value
An Integer that represents the locale. A value of –1 indicates that the parent locale should be used. Otherwise, the LocaleID set on this container is used.