OAProjectItems.AddFromFileCopy 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 Overrides Function AddFromFileCopy ( _
filePath As String _
) As ProjectItem
public override ProjectItem AddFromFileCopy(
string filePath
)
public:
virtual ProjectItem^ AddFromFileCopy(
String^ filePath
) override
abstract AddFromFileCopy :
filePath:string -> ProjectItem
override AddFromFileCopy :
filePath:string -> ProjectItem
public override function AddFromFileCopy(
filePath : String
) : ProjectItem
Parameters
- filePath
Type: System.String
The path and file name of the project item to be added.
Return Value
Type: EnvDTE.ProjectItem
A ProjectItem object.
Implements
ProjectItems.AddFromFileCopy(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