IDocumentProjectItem.GetContents Method

Definition

Provides access to the contents of a document item that is retrieved from the design host.

public:
 System::IO::Stream ^ GetContents();
public System.IO.Stream GetContents ();
abstract member GetContents : unit -> System.IO.Stream
Public Function GetContents () As Stream

Returns

A Stream object.

Applies to

See also