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)
Syntax
声明
Function CanAddFile ( _
    bstrFile As String _
) As Boolean
用法
Dim instance As VCFile
Dim bstrFile As String
Dim returnValue As Boolean
returnValue = instance.CanAddFile(bstrFile)
bool CanAddFile(
    string bstrFile
)
bool CanAddFile(
    [InAttribute] String^ bstrFile
)
function CanAddFile(
    bstrFile : String
) : boolean
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. 
Return Value
Type: System.Boolean
true if the file can be added; otherwise, false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.