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)

Usage

Dim wdPartOfSpeech1 As WdPartOfSpeech = WdPartOfSpeech.wdAdjective

Syntax

Public Enum WdPartOfSpeech
public enum WdPartOfSpeech
public enum class WdPartOfSpeech
public enum WdPartOfSpeech
public enum WdPartOfSpeech

Members

Member name Description
wdAdjective An adjective.
wdAdverb An adverb.
wdConjunction A conjunction.
wdIdiom An idiom.
wdInterjection An interjection.
wdNoun A noun.
wdOther Some other part of speech.
wdPreposition A preposition.
wdPronoun A pronoun.
wdVerb A verb.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace