Compilation.CreateDefaultWin32Resources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a stream filled with default win32 resources.
public:
System::IO::Stream ^ CreateDefaultWin32Resources(bool versionResource, bool noManifest, System::IO::Stream ^ manifestContents, System::IO::Stream ^ iconInIcoFormat);
public System.IO.Stream CreateDefaultWin32Resources (bool versionResource, bool noManifest, System.IO.Stream manifestContents, System.IO.Stream iconInIcoFormat);
public System.IO.Stream CreateDefaultWin32Resources (bool versionResource, bool noManifest, System.IO.Stream? manifestContents, System.IO.Stream? iconInIcoFormat);
member this.CreateDefaultWin32Resources : bool * bool * System.IO.Stream * System.IO.Stream -> System.IO.Stream
Public Function CreateDefaultWin32Resources (versionResource As Boolean, noManifest As Boolean, manifestContents As Stream, iconInIcoFormat As Stream) As Stream
Parameters
- versionResource
- Boolean
- noManifest
- Boolean
- manifestContents
- Stream
- iconInIcoFormat
- Stream
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.