共用方式為


AutomationPeerAnnotation 建構函式

定義

多載

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

實作批註之專案的自動化對等。

另請參閱

適用於