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
注釈を実装する要素を指定します。