Share via


IProjectItem::GetContent

 

Gets an "T:System.Runtime.InteropServices.ComTypes.IStream" for accessing the item content.

Syntax

HRESULT GetContent(IStream **ppStream);

Parameters

ppStream

[out, retval] A Stream for accessing the content of a ProjectItem.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IProjectItem Interface