LCIDConversionAttribute(Int32) コンストラクター

定義

アンマネージ シグネチャ内での LCID の位置を指定して、LCIDConversionAttribute クラスの新しいインスタンスを初期化します。

public:
 LCIDConversionAttribute(int lcid);
public LCIDConversionAttribute (int lcid);
new System.Runtime.InteropServices.LCIDConversionAttribute : int -> System.Runtime.InteropServices.LCIDConversionAttribute
Public Sub New (lcid As Integer)

パラメーター

lcid
Int32

アンマネージ シグネチャ内での引数 LCID の位置を示します。0 は、最初の引数を示します。

適用対象