Bagikan melalui


AutomationAnnotation Konstruktor

Definisi

Overload

AutomationAnnotation()

Menginisialisasi instans baru kelas.

AutomationAnnotation(AnnotationType)

Menginisialisasi instans baru kelas menggunakan parameter yang disediakan.

AutomationAnnotation(AnnotationType, UIElement)

Menginisialisasi instans baru kelas menggunakan parameter yang disediakan.

AutomationAnnotation()

Menginisialisasi instans baru kelas.

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

Lihat juga

Berlaku untuk

AutomationAnnotation(AnnotationType)

Menginisialisasi instans baru kelas menggunakan parameter yang disediakan.

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

Parameter

type
AnnotationType

Menentukan jenis anotasi.

Lihat juga

Berlaku untuk

AutomationAnnotation(AnnotationType, UIElement)

Menginisialisasi instans baru kelas menggunakan parameter yang disediakan.

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)

Parameter

type
AnnotationType

Menentukan jenis anotasi.

element
UIElement

Menentukan elemen yang mengimplementasikan anotasi.

Lihat juga

Berlaku untuk