VCFilter::AddFile Method (String^)

 

Adds a file to the current filter.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Object^ AddFile(
	String^ bstrPath
)

Parameters

bstrPath
Type: System::String^

Required. The name of the filter to add to the project or folder.

Return Value

Type: System::Object^

A string representing the name of the file.

Return to top
Show: