共用方式為


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

屬性值

註釋的型別。

適用於