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
注釈を実装する 要素のオートメーション ピア。