LCIDConversionAttribute Constructor
.NET Framework 1.1
Initializes a new instance of the LCIDConversionAttribute class with the position of the LCID in the unmanaged signature.
[Visual Basic] Public Sub New( _ ByVal lcid As Integer _ ) [C#] public LCIDConversionAttribute( int lcid ); [C++] public: LCIDConversionAttribute( int lcid ); [JScript] public function LCIDConversionAttribute( lcid : int );
Parameters
- lcid
- Indicates the position of the LCID argument in the unmanaged signature, where 0 is the first argument.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
LCIDConversionAttribute Class | LCIDConversionAttribute Members | System.Runtime.InteropServices Namespace