SourceControl2.UndoExcludeItems(String, Object[]) Method

Definition

Include back the specified items into source code control.

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())

Parameters

ProjectFile
String

The name of the project files that reference the file to be included.

ItemNames
Object[]

An array of strings that identifies the items to be included.

Attributes

Applies to