AutomationAnnotation.Type Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tipo da anotação.
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 da propriedade
O tipo da anotação.