VCProject.CanAddFile - метод
Returns true if the specified file can be added to the current project or filter.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Function CanAddFile ( _
File As String _
) As Boolean
'Применение
Dim instance As VCProject
Dim File As String
Dim returnValue As Boolean
returnValue = instance.CanAddFile(File)
bool CanAddFile(
string File
)
bool CanAddFile(
[InAttribute] String^ File
)
function CanAddFile(
File : String
) : boolean
Параметры
File
Тип: System.StringRequired. The new file to be added. The full path must be unique in the project and valid. If you pass a relative path, it is assumed to be relative to the project directory.
Возвращаемое значение
Тип: System.Boolean
true if the file can be added; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.