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

注釈を実装する要素を指定します。

こちらもご覧ください

適用対象