Compartir a través de


WdPartOfSpeech Enumeración

Definición

Especifica la función gramatical que representa una palabra cuando la devuelve el servicio de sinónimos de Word.

public enum class WdPartOfSpeech
[System.Runtime.InteropServices.Guid("6AF6E882-A139-3B8E-9B1C-3315A1AF366D")]
public enum WdPartOfSpeech
type WdPartOfSpeech = 
Public Enum WdPartOfSpeech
Herencia
WdPartOfSpeech
Atributos

Campos

Nombre Valor Description
wdAdjective 0

Adjetivo.

wdNoun 1

Sustantivo.

wdAdverb 2

Adverbio.

wdVerb 3

Verbo.

wdPronoun 4

Pronombre.

wdConjunction 5

Conjunción.

wdPreposition 6

Preposición.

wdInterjection 7

Interjección.

wdIdiom 8

Modismo idiomático.

wdOther 9

Cualquier otra función gramatical.

Se aplica a