Share via


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

指定实现批注的元素。

另请参阅

适用于