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

適用於