TextPredictionGenerator.LanguageAvailableButNotInstalled 屬性

定義

判斷指定的語言標籤是否可用於產生預測,但未安裝在使用者的裝置上。

public:
 property bool LanguageAvailableButNotInstalled { bool get(); };
bool LanguageAvailableButNotInstalled();
public bool LanguageAvailableButNotInstalled { get; }
var boolean = textPredictionGenerator.languageAvailableButNotInstalled;
Public ReadOnly Property LanguageAvailableButNotInstalled As Boolean

屬性值

Boolean

bool

如果語言可用但未安裝,則為true

適用於