Share via


ICodeClass::get_Body

 

Gets or sets the text of the class body.

Syntax

HRESULT get_Body( BSTR *pbstBody); HRESULT put_Body( BSTR bstrBody);

Parameters

pbstBody 
[out,retval] The text of the class body.

bstrBody 
[in] The new text of the class body.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

ICodeClass Interface