SourceControl2.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[]

标识待排除项的字符串的数组。

实现

属性

适用于