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 值。

适用于