共用方式為


Annotation.AnnotationType 屬性

定義

取得或設定註解類型名稱。

public:
 abstract property System::String ^ AnnotationType { System::String ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public abstract string AnnotationType { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.AnnotationType : string
Public MustOverride ReadOnly Property AnnotationType As String

屬性值

註解類型。

屬性

備註

此屬性用來取得每個注釋類型的名稱,例如 Line、Rectangle、Ellipse 等等。

適用於