次の方法で共有


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

プロパティ値

注釈の型。

適用対象