Método SourceControl2.UndoExcludeItems

Inclua novamente os itens especificados no controle de código-fonte.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
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[]
)

Parâmetros

  • ProjectFile
    Tipo: System.String
    O nome dos arquivos do projeto que referenciam o arquivo a ser incluído.
  • ItemNames
    Tipo: array<System.Object[]%
    Uma matriz de seqüências de caracteres que identifica os itens a serem incluídos.

Segurança do .NET Framework

Consulte também

Referência

SourceControl2 Interface

Namespace EnvDTE80