SourceControl.ExcludeItems, méthode

Exclut les éléments spécifiés du projet spécifié.

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

Syntaxe

'Déclaration
Sub ExcludeItems ( _
    ProjectFile As String, _
    ByRef ItemNames As Object() _
)
void ExcludeItems(
    string ProjectFile,
    ref Object[] ItemNames
)
void ExcludeItems(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] array<Object^>^% ItemNames
)
abstract ExcludeItems : 
        ProjectFile:string * 
        ItemNames:Object[] byref -> unit 
function ExcludeItems(
    ProjectFile : String, 
    ItemNames : Object[]
)

Paramètres

  • ProjectFile
    Type : System.String
    Nom du fichier projet faisant référence aux fichiers à exclure.
  • ItemNames
    Type : array<System.Object[]%
    Tableau de chaînes identifiant les éléments à exclure.

Sécurité .NET Framework

Voir aussi

Référence

SourceControl Interface

EnvDTE, espace de noms