Metodo SourceControl.ExcludeItem

Esclude l'elemento specificato dal progetto di controllo del codice sorgente.

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

Sintassi

'Dichiarazione
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
)

Parametri

  • ProjectFile
    Tipo: System.String
    Il nome del file di progetto che fa riferimento a tale elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceControl Interfaccia

Spazio dei nomi EnvDTE