PropertyValueEditor.CreateEditorAttribute - метод (Type)
Служебный метод, создающий объект EditorAttribute для заданного типа PropertyValueEditor.
Пространство имен: Microsoft.Windows.Design.PropertyEditing
Сборка: Microsoft.Windows.Design.Interaction (в Microsoft.Windows.Design.Interaction.dll)
Синтаксис
'Декларация
Public Shared Function CreateEditorAttribute ( _
propertyValueEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
Type propertyValueEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
Type^ propertyValueEditorType
)
static member CreateEditorAttribute :
propertyValueEditorType:Type -> EditorAttribute
public static function CreateEditorAttribute(
propertyValueEditorType : Type
) : EditorAttribute
Параметры
- propertyValueEditorType
Тип: System.Type
Тип PropertyValueEditor, для которого создается объект EditorAttribute.
Возвращаемое значение
Тип: System.ComponentModel.EditorAttribute
Новый объект EditorAttribute для заданного типа PropertyValueEditor.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
CreateEditorAttribute - перегрузка
Microsoft.Windows.Design.PropertyEditing - пространство имен