Share via


CustomAttributesEditor.GetEditorAttributes Method

Retrieves the editor attributes.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Function GetEditorAttributes As IEnumerable(Of KeyValuePair(Of String, String))
public IEnumerable<KeyValuePair<string, string>> GetEditorAttributes()
public:
IEnumerable<KeyValuePair<String^, String^>>^ GetEditorAttributes()
public function GetEditorAttributes() : IEnumerable<KeyValuePair<String, String>>

Return Value

See Also

CustomAttributesEditor Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace