VCFile::CanAddFile Method (String^)
Visual Studio 2015
Returns true if the specified file can be added to the current project or filter.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- bstrFile
-
Type:
System::String^
Required. The new file to be added. The full path must be unique in the project and valid. If you pass a relative path here, it is assumed to be relative to the project directory.
Show: