WdPartOfSpeech Énumération
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.
Définit la catégorie grammaticale d'un mot renvoyé par le dictionnaire des synonymes de Word.
public enum class WdPartOfSpeech
[System.Runtime.InteropServices.Guid("6AF6E882-A139-3B8E-9B1C-3315A1AF366D")]
public enum WdPartOfSpeech
type WdPartOfSpeech =
Public Enum WdPartOfSpeech
- Héritage
-
WdPartOfSpeech
- Attributs
Champs
| wdAdjective | 0 | Adjectif. |
| wdAdverb | 2 | Adverbe. |
| wdConjunction | 5 | Conjonction. |
| wdIdiom | 8 | Expression idiomatique. |
| wdInterjection | 7 | Interjection. |
| wdNoun | 1 | Nom. |
| wdOther | 9 | Autre catégorie grammaticale. |
| wdPreposition | 6 | Préposition. |
| wdPronoun | 4 | Pronom. |
| wdVerb | 3 | Verbe. |