Metodo HString::Set
Imposta il valore dell'oggetto corrente di HString alla stringa di caratteri estesi o al parametro specifica di HString.
HRESULT Set(
const wchar_t* str) throw();
HRESULT Set(
const wchar_t* str,
unsigned int len
) throw();
HRESULT Set(
const HSTRING& hstr
) throw();
Parametri
str
Una stringa di caratteri estesi.len
La lunghezza massima del parametro str assegnato all'oggetto corrente di HString.hstr
Un oggetto esistente di HString.
Requisiti
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers