HString::Operator= 运算符

将另一 HString 对象的值移动至当前 HString 对象。

HString& operator=(HString&& other) throw()

参数

  • other
    一个现有的HString对象。

备注

现有 other 对象的值复制到当前 HString 对象,然后会销毁 other 对象。

要求

**标头:**corewrappers.h

**命名空间:**Microsoft::WRL::Wrappers

请参见

参考

HString 类