Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Stream to access the bytes of the assembly or other artifact produced by building a project in Visual Studio Tools for Applications.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public Stream GetStream()
public:
Stream^ GetStream()
member GetStream : unit -> Stream
Public Function GetStream As Stream
Return Value
Type: System.IO.Stream
A Stream containing the bytes of the assembly or other artifact produced by building a project in Visual Studio Tools for Applications.
See Also
BinaryItem Class
Microsoft.VisualStudio.Tools.Applications Namespace