Share via


AutomationPeerAnnotation.Type 属性

定义

获取或设置批注的类型。

public:
 property AnnotationType Type { AnnotationType get(); void set(AnnotationType value); };
AnnotationType Type();

void Type(AnnotationType value);
public AnnotationType Type { get; set; }
var annotationType = automationPeerAnnotation.type;
automationPeerAnnotation.type = annotationType;
Public Property Type As AnnotationType

属性值

批注的类型。

适用于