SourceControl2.UndoExcludeItems(String, Object[]) 方法

定义

包括返回指定项到源代码控制。

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

参数

ProjectFile
String

引用要包括的文件的项目文件的名称。

ItemNames
Object[]

标识要包括的项的字符串数组。

属性

适用于