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
Указывает элемент, реализующий заметку.