次の方法で共有


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

注釈を実装する要素のオートメーション ピア。

こちらもご覧ください

適用対象