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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
PropertyWindowAttribute Klasse