共用方式為


JapanesePhoneme.IsPhraseStart 屬性

定義

取得 布林值 ,指出這個日文字是否為片語的開頭。

public:
 property bool IsPhraseStart { bool get(); };
bool IsPhraseStart();
public bool IsPhraseStart { get; }
var boolean = japanesePhoneme.isPhraseStart;
Public ReadOnly Property IsPhraseStart As Boolean

屬性值

Boolean

bool

如果這個日文字是片語的開頭,則為true,否則為false

適用於

另請參閱