Compartilhar via


Método SourceControl.ExcludeItem

Exclui o item especificado do projeto de controle de origem.

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

Sintaxe

'Declaração
Sub ExcludeItem ( _
    ProjectFile As String, _
    ItemName As String _
)
void ExcludeItem(
    string ProjectFile,
    string ItemName
)
void ExcludeItem(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] String^ ItemName
)
abstract ExcludeItem : 
        ProjectFile:string * 
        ItemName:string -> unit
function ExcludeItem(
    ProjectFile : String, 
    ItemName : String
)

Parâmetros

  • ProjectFile
    Tipo: String

    O nome do arquivo de projeto que faz referência ao item.

  • ItemName
    Tipo: String

    O nome do item.

Segurança do .NET Framework

Consulte também

Referência

SourceControl Interface

Namespace EnvDTE