SourceControl2.ExcludeItem, méthode (String, String)

Exclut l'élément spécifié du projet de contrôle de code source.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • ProjectFile
    Type : System.String
    Nom du fichier projet faisant référence à l'élément.

Implémentations

SourceControl.ExcludeItem(String, String)

Sécurité .NET Framework

Voir aussi

Référence

SourceControl2 Interface

ExcludeItem, surcharge

EnvDTE80, espace de noms