Freigeben über


PropertyWindowAttribute.EditorType-Eigenschaft

Ruft den Typindikator für den Eigenschaften-Editor ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property EditorType As PropertyEditorType
public PropertyEditorType EditorType { get; }
public:
property PropertyEditorType EditorType {
    PropertyEditorType get ();
}
member EditorType : PropertyEditorType with get
function get EditorType () : PropertyEditorType

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Der Typindikator für den Eigenschaften-Editor.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyWindowAttribute Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

PropertyEditorType