WdPartOfSpeech Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the part of speech that a word represents when returned by the Word thesaurus service.
public enum class WdPartOfSpeech
[System.Runtime.InteropServices.Guid("6AF6E882-A139-3B8E-9B1C-3315A1AF366D")]
public enum WdPartOfSpeech
type WdPartOfSpeech =
Public Enum WdPartOfSpeech
- Inheritance
-
WdPartOfSpeech
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAdjective | 0 | An adjective. |
wdNoun | 1 | A noun. |
wdAdverb | 2 | An adverb. |
wdVerb | 3 | A verb. |
wdPronoun | 4 | A pronoun. |
wdConjunction | 5 | A conjunction. |
wdPreposition | 6 | A preposition. |
wdInterjection | 7 | An interjection. |
wdIdiom | 8 | An idiom. |
wdOther | 9 | Some other part of speech. |