OASolutionFolder.AddFromFile Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function AddFromFile ( _
fileName As String _
) As Project
public virtual Project AddFromFile(
string fileName
)
public:
virtual Project^ AddFromFile(
String^ fileName
)
abstract AddFromFile :
fileName:string -> Project
override AddFromFile :
fileName:string -> Project
public function AddFromFile(
fileName : String
) : Project
Parameters
- fileName
Type: System.String
Return Value
Type: EnvDTE.Project
Implements
SolutionFolder.AddFromFile(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace