ValueEditor 类
定义
表示一个值编辑器。Represents a value editor.
public ref class ValueEditor sealed : System::ComponentModel::ISupportInitialize
[System.Windows.Markup.ContentProperty("Metadata")]
public sealed class ValueEditor : System.ComponentModel.ISupportInitialize
type ValueEditor = class
interface ISupportInitialize
Public NotInheritable Class ValueEditor
Implements ISupportInitialize
- 继承
-
ValueEditor
- 属性
- 实现
构造函数
ValueEditor() |
XAML 反序列化所必需的无参数构造函数。Parameterless constructor needed for XAML deserialization. |
属性
DisplayName |
获取或设置编辑器的 UI 显示名称。Gets or sets the UI display name for the editor. |
EditorType |
获取或设置此 ValueEditor 的名称。Gets of sets the name of this ValueEditor. |
Metadata |
获取或设置编辑器的附加特性,这些特性的一般性还不足以成为此类的属性。Gets or sets additional attributes of the editor that are not generic enough to be made properties on this class. |
方法
BeginInit() |
请参阅 BeginInit()。See BeginInit(). |
EndInit() | |
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |