ProjectItem.GetContent Method ()
Gets a Stream for accessing the content of a ProjectItem.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public Stream GetContent()
public:
Stream^ GetContent()
member GetContent : unit -> Stream
Public Function GetContent As Stream
Return Value
Type: System.IO.Stream
A Stream for accessing the content of a ProjectItem.
See Also
ProjectItem Class
Microsoft.VisualStudio.Tools.Applications Namespace