SourceControl2.ExcludeItem (Método) (String, String)

Excluye el elemento especificado del proyecto de control de código fuente.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
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: System.String
    Nombre del archivo de proyecto al que hace referencia el elemento.

Seguridad de .NET Framework

Vea también

Referencia

SourceControl2 Interfaz

ExcludeItem (Sobrecarga)

EnvDTE80 (Espacio de nombres)