DefaultCharSetAttribute(CharSet) コンストラクター

定義

指定したDefaultCharSetAttribute値を使用して、CharSet クラスの新しいインスタンスを初期化します。

public:
 DefaultCharSetAttribute(System::Runtime::InteropServices::CharSet charSet);
public DefaultCharSetAttribute(System.Runtime.InteropServices.CharSet charSet);
new System.Runtime.InteropServices.DefaultCharSetAttribute : System.Runtime.InteropServices.CharSet -> System.Runtime.InteropServices.DefaultCharSetAttribute
Public Sub New (charSet As CharSet)

パラメーター

charSet
CharSet

CharSet値の 1 つ。

適用対象