SourceControl2.ExcludeItem(String, String) 方法

定义

从源控件项目中排除指定的项。

public:
 void ExcludeItem(System::String ^ ProjectFile, System::String ^ ItemName);
public:
 void ExcludeItem(Platform::String ^ ProjectFile, Platform::String ^ ItemName);
void ExcludeItem(std::wstring const & ProjectFile, std::wstring const & ItemName);
[System.Runtime.InteropServices.DispId(7)]
public void ExcludeItem (string ProjectFile, string ItemName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ExcludeItem : string * string -> unit
Public Sub ExcludeItem (ProjectFile As String, ItemName As String)

参数

ProjectFile
String

引用项的项目文件的名称。

ItemName
String

项的名称。

实现

属性

适用于