SourceControl::ExcludeItems Method (String^, array<Object^>^)

 

Excludes the specified items from the specified project.

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

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

Parameters

ProjectFile
Type: System::String^

The name of the project file that references the files to be excluded.

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

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

Return to top
Show: