Freigeben über


SourceControl.ExcludeItem-Methode

Schließt das angegebene Element aus dem Quellcodeverwaltungsprojekt aus.

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

Syntax

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

Parameter

  • ProjectFile
    Typ: System.String
    Name der Projektdatei, die auf das Element verweist.

.NET Framework-Sicherheit

Siehe auch

Referenz

SourceControl Schnittstelle

EnvDTE-Namespace