Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
The list below describes the C++ overloaded operators that you can use with an operand that is a TBoundProperty<BSTR> object instance.
- TBoundProperty<BSTR>.operator&
- TBoundProperty<BSTR>.operator<(TBoundProperty&)
- TBoundProperty<BSTR>.operator<=(TBoundProperty&)
- TBoundProperty<BSTR>.operator>(TBoundProperty&)
- TBoundProperty<BSTR>.operator>=(TBoundProperty&)
- TBoundProperty<BSTR>.operator==(TBoundProperty&)
- TBoundProperty<BSTR>.operator!=(TBoundProperty&)
Remarks
For more information about overloaded operators in C++, see Overloaded Operators on MSDN.