SourceControl::ExcludeItem Method (String^, String^)

 

Excludes the specified item from the source control project.

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

void ExcludeItem(
	String^ ProjectFile,
	String^ ItemName
)

Parameters

ProjectFile
Type: System::String^

The name of the project file that references the item.

ItemName
Type: System::String^

The name of the item.

Return to top
Show: