LineDisplayAttributes.IsCharacterSetMappingEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否啟用字元集對應。
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) 時,會將此屬性的變更認可至裝置。