IMutableProperty.SetIsUnicode(Nullable<Boolean>) 方法

定義

設定值,指出這個屬性是否可以保存 Unicode 字元。

public void SetIsUnicode (bool? unicode);
abstract member SetIsUnicode : Nullable<bool> -> unit
Public Sub SetIsUnicode (unicode As Nullable(Of Boolean))

參數

unicode
Nullable<Boolean>

true 如果屬性接受 Unicode 字元, false 則為 ,否則為 , null 以清除設定。

適用於