AutomationAnnotation Construtores
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.
Sobrecargas
AutomationAnnotation() |
Inicializa uma nova instância da classe. |
AutomationAnnotation(AnnotationType) |
Inicializa uma nova instância da classe usando os parâmetros fornecidos. |
AutomationAnnotation(AnnotationType, UIElement) |
Inicializa uma nova instância da classe usando os parâmetros fornecidos. |
AutomationAnnotation()
Inicializa uma nova instância da classe.
public:
AutomationAnnotation();
AutomationAnnotation();
public AutomationAnnotation();
function AutomationAnnotation()
Public Sub New ()
Confira também
Aplica-se a
AutomationAnnotation(AnnotationType)
Inicializa uma nova instância da classe usando os parâmetros fornecidos.
public:
AutomationAnnotation(AnnotationType type);
AutomationAnnotation(AnnotationType const& type);
public AutomationAnnotation(AnnotationType type);
function AutomationAnnotation(type)
Public Sub New (type As AnnotationType)
Parâmetros
- type
- AnnotationType
Especifica o tipo da anotação.
Confira também
Aplica-se a
AutomationAnnotation(AnnotationType, UIElement)
Inicializa uma nova instância da classe usando os parâmetros fornecidos.
public:
AutomationAnnotation(AnnotationType type, UIElement ^ element);
AutomationAnnotation(AnnotationType const& type, UIElement const& element);
public AutomationAnnotation(AnnotationType type, UIElement element);
function AutomationAnnotation(type, element)
Public Sub New (type As AnnotationType, element As UIElement)
Parâmetros
- type
- AnnotationType
Especifica o tipo da anotação.
- element
- UIElement
Especifica o elemento que implementa a anotação.