SolutionClass.AddFromFile(String, Boolean) 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.
virtual EnvDTE::Project AddFromFile(std::wstring const & FileName, bool Exclusive = false);
[System.Runtime.InteropServices.DispId(16)]
public virtual EnvDTE.Project AddFromFile (string FileName, bool Exclusive = false);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member AddFromFile : string * bool -> EnvDTE.Project
override this.AddFromFile : string * bool -> EnvDTE.Project
Public Overridable Function AddFromFile (FileName As String, Optional Exclusive As Boolean = false) As Project
Parameters
- FileName
- String
- Exclusive
- Boolean
Returns
Implements
- Attributes