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 如果不接受)。

适用于