SourceControl2.UndoExcludeItems(String, Object[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包括返回指定项到源代码控制。
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[]
标识要包括的项的字符串数组。
- 属性