MenuItemBinding.ICloneable.Clone 方法
定义
创建 MenuItemBinding 对象的副本。Creates a copy of the MenuItemBinding object.
virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone
返回
Object,表示 MenuItemBinding 的副本。An Object that represents a copy of the MenuItemBinding.
实现
注解
ICloneable.Clone方法是一个帮助器函数,用于创建 MenuItemBinding 从中调用此方法的对象的副本。The ICloneable.Clone method is a helper function that creates a copy of the MenuItemBinding object from which this method is called.
备注
此方法主要由控件开发人员使用。This method is used primarily by control developers.