JapanesePhoneme.IsPhraseStart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur booléenne qui indique si ce mot japonais est le début d’une expression.
public:
property bool IsPhraseStart { bool get(); };
bool IsPhraseStart();
public bool IsPhraseStart { get; }
var boolean = japanesePhoneme.isPhraseStart;
Public ReadOnly Property IsPhraseStart As Boolean
Valeur de propriété
Boolean
bool
true si ce mot japonais est le début d’une expression, sinon false.