AutomationAnnotation.Type 속성

정의

주석의 형식을 가져오거나 설정합니다.

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

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

속성 값

주석 형식입니다.

적용 대상