共用方式為


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

指定實作批註的專案。

另請參閱

適用於