Condividi tramite


Metodo SourceControl2.UndoExcludeItem

Includere nuovamente un elemento nel controllo del codice sorgente.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
Sub UndoExcludeItem ( _
    ProjectFile As String, _
    ItemName As String _
)
void UndoExcludeItem(
    string ProjectFile,
    string ItemName
)
void UndoExcludeItem(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] String^ ItemName
)
abstract UndoExcludeItem : 
        ProjectFile:string * 
        ItemName:string -> unit 
function UndoExcludeItem(
    ProjectFile : String, 
    ItemName : String
)

Parametri

  • ProjectFile
    Tipo: System.String
    Nome del file di progetto che fa riferimento al file da includere.
  • ItemName
    Tipo: System.String
    Matrice di stringhe che identifica l'elemento da includere.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceControl2 Interfaccia

Spazio dei nomi EnvDTE80