SourceControl.ExcludeItems(String, Object[]) Метод

Определение

Исключает указанные элементы из указанного проекта.

public:
 void ExcludeItems(System::String ^ ProjectFile, cli::array <System::Object ^> ^ % ItemNames);
void ExcludeItems(std::wstring const & ProjectFile, std::Array <winrt::Windows::Foundation::IInspectable const &> const & & ItemNames);
[System.Runtime.InteropServices.DispId(8)]
public void ExcludeItems (string ProjectFile, ref object[] ItemNames);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member ExcludeItems : string * Object[] -> unit
Public Sub ExcludeItems (ProjectFile As String, ByRef ItemNames As Object())

Параметры

ProjectFile
String

Имя файла проекта, в котором существуют ссылки на исключаемые файлы.

ItemNames
Object[]

Массив строк, определяющих исключаемые элементы.

Атрибуты

Применяется к