SourceControl2::UndoExcludeItem Method (String^, String^)

 

Include back an item into source code control.

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

void UndoExcludeItem(
	String^ ProjectFile,
	String^ ItemName
)

Parameters

ProjectFile
Type: System::String^

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

ItemName
Type: System::String^

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

Return to top
Show: