'DeclarationPublic Overloads Sub Open( _ ByVal projectStream As Stream _ )
public void Open( Stream projectStream )
public: void Open( Stream^ projectStream )
Parameters
- projectStream
- Project file in the form of a stream.
The Open method opens the project file that is provided in the parameter projectStream.
Please note the following restrictions:
- Project includes are not available
- The Designer function 'ProjectPath$()' is not available
- Drilldown is not available
'DeclarationPublic Overloads Sub Open( _ ByVal projectStream As Stream _ )
public void Open( Stream projectStream )
public: void Open( Stream^ projectStream )
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10