Proprietà PropertyWindowAttribute.EditorType
Ottiene l'indicatore di tipo dell'editor proprietà.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property EditorType As PropertyEditorType
Get
public PropertyEditorType EditorType { get; }
public:
property PropertyEditorType EditorType {
PropertyEditorType get ();
}
member EditorType : PropertyEditorType
function get EditorType () : PropertyEditorType
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Indicatore di tipo dell'editor proprietà.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
PropertyWindowAttribute Classe