AutomationAnnotation Конструкторы

Определение

Перегрузки

AutomationAnnotation()

Инициализирует новый экземпляр класса.

AutomationAnnotation(AnnotationType)

Инициализирует новый экземпляр класса с помощью предоставленных параметров.

AutomationAnnotation(AnnotationType, UIElement)

Инициализирует новый экземпляр класса с помощью предоставленных параметров.

AutomationAnnotation()

Инициализирует новый экземпляр класса.

public:
 AutomationAnnotation();
 AutomationAnnotation();
public AutomationAnnotation();
function AutomationAnnotation()
Public Sub New ()

См. также раздел

Применяется к

AutomationAnnotation(AnnotationType)

Инициализирует новый экземпляр класса с помощью предоставленных параметров.

public:
 AutomationAnnotation(AnnotationType type);
 AutomationAnnotation(AnnotationType const& type);
public AutomationAnnotation(AnnotationType type);
function AutomationAnnotation(type)
Public Sub New (type As AnnotationType)

Параметры

type
AnnotationType

Указывает тип заметки.

См. также раздел

Применяется к

AutomationAnnotation(AnnotationType, UIElement)

Инициализирует новый экземпляр класса с помощью предоставленных параметров.

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)

Параметры

type
AnnotationType

Указывает тип заметки.

element
UIElement

Указывает элемент, реализующий заметку.

См. также раздел

Применяется к