共用方式為


HString::Operator= 運算子

將另一個 HString 物件中的值移至目前 HString 物件。

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

參數

  • other
    現有的 HString 物件。

備註

現有的 other 物件的值複製到目前的 HString 物件,然後終結 other 物件。

需求

標題: corewrappers.h

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

請參閱

參考

HString 類別