Metodo SourceControl.ExcludeItems

Esclude gli elementi specificati dal progetto specificato.

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

Sintassi

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

Parametri

  • ProjectFile
    Tipo: System.String
    Il nome del file di progetto che fa riferimento ai file per essere esclusi.
  • ItemNames
    Tipo: array<System.Object[]%
    Una matrice di stringhe che identifica gli elementi per essere esclusa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceControl Interfaccia

Spazio dei nomi EnvDTE