Share via


ICodeClass::AppendText

 

Appends text to the end of the class.

Syntax

HRESULT AppendText( BSTR bstrText);  

Parameters

bstrText
[in] The text to append to the end of the class.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

ICodeClass Interface