This topic has not yet been rated - Rate this topic

VCFile.CanAddFile Method

Returns true if the specified file can be added to the current project or filter.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
bool CanAddFile(
	string bstrFile
)

Parameters

bstrFile
Type: 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.

Return Value

Type: Boolean
true if the file can be added; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.