Property of ICommandHandler
Title
Read-Write Property of type BSTR
var pbstrTitle = CommandHandler.Title; CommandHandler.Title = pbstrTitle;
pbstrTitle = CommandHandler.Title CommandHandler.Title = pbstrTitle
BSTR pbstrTitle; HRESULT hr = CommandHandler.get_Title(&pbstrTitle); hr = CommandHandler.put_Title(pbstrTitle);