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
实现批注的元素的自动化对等。