SolutionClass.AddFromFile(String, Boolean) Method

Definition

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

Applies to