DefaultCharSetAttribute(CharSet) 构造函数

定义

使用指定的 CharSet 值初始化 DefaultCharSetAttribute 类的新实例。

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

适用于