Share via


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

See Also

Reference

OAProjectItems Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace