SourceControl2::UndoExcludeItems Method (String^, array<Object^>^)

 

Include back the specified items into source code control.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

void UndoExcludeItems(
	String^ ProjectFile,
	[InAttribute] array<Object^>^% ItemNames
)

Parameters

ProjectFile
Type: System::String^

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

ItemNames
Type: array<System::Object^>^

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

Return to top
Show: