AutomationPeerAnnotation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AutomationPeerAnnotation() |
初始化類別的新執行個體。 |
AutomationPeerAnnotation(AnnotationType) |
使用定義的參數,初始化 類別的新實例。 |
AutomationPeerAnnotation(AnnotationType, AutomationPeer) |
使用定義的參數,初始化 類別的新實例。 |
AutomationPeerAnnotation()
初始化類別的新執行個體。
public:
AutomationPeerAnnotation();
AutomationPeerAnnotation();
public AutomationPeerAnnotation();
function AutomationPeerAnnotation()
Public Sub New ()
另請參閱
適用於
AutomationPeerAnnotation(AnnotationType)
使用定義的參數,初始化 類別的新實例。
public:
AutomationPeerAnnotation(AnnotationType type);
AutomationPeerAnnotation(AnnotationType const& type);
public AutomationPeerAnnotation(AnnotationType type);
function AutomationPeerAnnotation(type)
Public Sub New (type As AnnotationType)
參數
- type
- AnnotationType
批註的類型。
另請參閱
適用於
AutomationPeerAnnotation(AnnotationType, AutomationPeer)
使用定義的參數,初始化 類別的新實例。
public:
AutomationPeerAnnotation(AnnotationType type, AutomationPeer ^ peer);
AutomationPeerAnnotation(AnnotationType const& type, AutomationPeer const& peer);
public AutomationPeerAnnotation(AnnotationType type, AutomationPeer peer);
function AutomationPeerAnnotation(type, peer)
Public Sub New (type As AnnotationType, peer As AutomationPeer)
參數
- type
- AnnotationType
批註的類型。
- peer
- AutomationPeer
實作批註之專案的自動化對等。