Freigeben über


LCIDConversionAttribute-Konstruktor: (Int32)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der LCIDConversionAttribute -Klasse mit der Position der LCID in der nicht verwalteten Signatur.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public LCIDConversionAttribute(
    int lcid
)
public:
LCIDConversionAttribute(
    int lcid
)
new : 
        lcid:int -> LCIDConversionAttribute
Public Sub New (
    lcid As Integer
)

Parameter

  • lcid
    Type: System.Int32

    Gibt die Position des LCID-Arguments in der nicht verwalteten Signatur, wobei 0 für das erste Argument ist.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

LCIDConversionAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang