- Contents
DesignerCOM API
II3IDHandler::Description Property
get_Description
Returns the description text for the handler.
IDL Function Prototype
HRESULT Description(
[out, retval] BSTR * HandlerDescription
);
C/C++ Syntax
HRESULT get_Description(BSTR * HandlerDescription);
Parameters
- HandlerDescription
-
This handler's description.
put_Description
Sets the description text for the handler.
IDL Function Prototype
HRESULT Description(
[in] BSTR HandlerDescription
);
C/C++ Syntax
HRESULT put_Description(BSTR HandlerDescription);
Parameters
- HandlerDescription
-
This handler's description.