Share via


AutomationAnnotation.Type Propiedad

Definición

Obtiene o establece el tipo de la anotación.

public:
 property AnnotationType Type { AnnotationType get(); void set(AnnotationType value); };
AnnotationType Type();

void Type(AnnotationType value);
public AnnotationType Type { get; set; }
var annotationType = automationAnnotation.type;
automationAnnotation.type = annotationType;
Public Property Type As AnnotationType

Valor de propiedad

Tipo de la anotación.

Se aplica a