共用方式為


LineDisplayAttributes.IsCharacterSetMappingEnabled 屬性

定義

取得或設定是否啟用字元集對應。

public:
 property bool IsCharacterSetMappingEnabled { bool get(); void set(bool value); };
bool IsCharacterSetMappingEnabled();

void IsCharacterSetMappingEnabled(bool value);
public bool IsCharacterSetMappingEnabled { get; set; }
var boolean = lineDisplayAttributes.isCharacterSetMappingEnabled;
lineDisplayAttributes.isCharacterSetMappingEnabled = boolean;
Public Property IsCharacterSetMappingEnabled As Boolean

屬性值

Boolean

bool

如果啟用字元集對應,則為 True;否則為 False。

備註

LineDisplayCapabilities.CanMapCharacterSets 為 True 時,這個可寫入的屬性會控制是否啟用字元對應。 啟用字元對應時,應用程式傳送的字元會由設備磁碟機/服務物件對應至裝置支援的字元。

LineDisplayCapabilities.CanMapCharacterSets 為 False 時,此屬性的值會固定為 False 且無法變更。

下一次呼叫 ClaimedLineDisplay.TryUpdateAttributesAsync (LineDisplayAttributes) 時,會將此屬性的變更認可至裝置。

適用於

另請參閱