PropertyWindowAttribute.EditorType, propriété
Obtient l'indicateur de type d'éditeur de propriétés.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EditorType As PropertyEditorType
Get
public PropertyEditorType EditorType { get; }
public:
property PropertyEditorType EditorType {
PropertyEditorType get ();
}
member EditorType : PropertyEditorType
function get EditorType () : PropertyEditorType
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
Indicateur de type d'éditeur de propriétés.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyWindowAttribute Classe