Udostępnij za pośrednictwem


Metoda ItemOperations.AddExistingItem —

Dodaje istniejący element do bieżącego projektu.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Function AddExistingItem ( _
    FileName As String _
) As ProjectItem
ProjectItem AddExistingItem(
    string FileName
)
ProjectItem^ AddExistingItem(
    [InAttribute] String^ FileName
)
abstract AddExistingItem : 
        FileName:string -> ProjectItem
function AddExistingItem(
    FileName : String
) : ProjectItem

Parametry

  • FileName
    Typ: String

    Wymagane.Pełna ścieżka i nazwa elementu do dodania.

Wartość zwracana

Typ: EnvDTE.ProjectItem
A ProjectItem object.

Przykłady

Sub AddExistingItemExample()
   Dim ItemOp As ItemOperations
   ItemOp = DTE.ItemOperations
   ' Add a log file to the project.
   ItemOp.AddExistingItem("d:\windows\ocgen.log")
End Sub

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ItemOperations Interfejs

Przestrzeń nazw EnvDTE