Bagikan melalui


ICodeFunction::get_Body

 

Gets or sets the text of the function body.

Syntax

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

Parameters

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

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

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

ICodeFunction Interface