SourceControl2.UndoExcludeItem(String, String) Method

Definition

Include back an item into source code control.

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

Parameters

ProjectFile
String

The name of the project file that references the file to be included.

ItemName
String

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

Attributes

Applies to