WdPartOfSpeech Enumeration
Specifies the part of speech that a word represents when returned by the Word thesaurus service.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdPartOfSpeech
'Usage
Dim instance As WdPartOfSpeech
public enum WdPartOfSpeech
Members
Member name | Description | |
---|---|---|
wdAdjective | An adjective. | |
wdNoun | A noun. | |
wdAdverb | An adverb. | |
wdVerb | A verb. | |
wdPronoun | A pronoun. | |
wdConjunction | A conjunction. | |
wdPreposition | A preposition. | |
wdInterjection | An interjection. | |
wdIdiom | An idiom. | |
wdOther | Some other part of speech. |