SolutionClass.Open(String) 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void Open(System::String ^ FileName) = EnvDTE::_Solution::Open;
public:
virtual void Open(Platform::String ^ FileName) = EnvDTE::_Solution::Open;
virtual void Open(std::wstring const & FileName);
[System.Runtime.InteropServices.DispId(17)]
public virtual void Open (string FileName);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member Open : string -> unit
override this.Open : string -> unit
Public Overridable Sub Open (FileName As String)
Parameters
- FileName
- String
Implements
- Attributes