AutomationAnnotation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
指定实现批注的元素。