SourceControl2.ExcludeItems – metoda (String, array<Object %)
Vyloučí zadaný projekt z určené položky.
Obor názvů: EnvDTE80
Sestavení: EnvDTE80 (v EnvDTE80.dll)
Syntaxe
'Deklarace
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[]
)
Parametry
- ProjectFile
Typ: System.String
Název souboru projektu, který odkazuje na soubory vyloučeny.
- ItemNames
Typ: array<System.Object[]%
Pole řetězců, který identifikuje položky vyloučeny.
Implementuje
SourceControl.ExcludeItems(String, array<Object[]%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.