WdPartOfSpeech Enum

Definition

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

wdAdjective 0

An adjective.

wdAdverb 2

An adverb.

wdConjunction 5

A conjunction.

wdIdiom 8

An idiom.

wdInterjection 7

An interjection.

wdNoun 1

A noun.

wdOther 9

Some other part of speech.

wdPreposition 6

A preposition.

wdPronoun 4

A pronoun.

wdVerb 3

A verb.

Applies to