Condividi tramite


Metodo SourceControl2.UndoExcludeItems

Includere nuovamente gli elementi specificati nel controllo del codice sorgente.

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

Sintassi

'Dichiarazione
Sub UndoExcludeItems ( _
    ProjectFile As String, _
    ByRef ItemNames As Object() _
)
void UndoExcludeItems(
    string ProjectFile,
    ref Object[] ItemNames
)
void UndoExcludeItems(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] array<Object^>^% ItemNames
)
abstract UndoExcludeItems : 
        ProjectFile:string * 
        ItemNames:Object[] byref -> unit 
function UndoExcludeItems(
    ProjectFile : String, 
    ItemNames : Object[]
)

Parametri

  • ProjectFile
    Tipo: System.String
    Nome dei file di progetto che fanno riferimento al file da includere.
  • ItemNames
    Tipo: array<System.Object[]%
    Matrice di stringhe che identifica gli elementi da includere.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceControl2 Interfaccia

Spazio dei nomi EnvDTE80