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
指定實作批註的專案。