Share via


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

实现批注的元素的自动化对等。

另请参阅

适用于