Поделиться через


VCFilter.AddFile - метод

Adds a file to the current filter.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Function AddFile ( _
    bstrPath As String _
) As Object
'Применение
Dim instance As VCFilter
Dim bstrPath As String
Dim returnValue As Object

returnValue = instance.AddFile(bstrPath)
Object AddFile(
    string bstrPath
)
Object^ AddFile(
    String^ bstrPath
)
function AddFile(
    bstrPath : String
) : Object

Параметры

  • bstrPath
    Тип: System.String

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

Возвращаемое значение

Тип: System.Object

A string representing the name of the file.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCFilter Интерфейс

VCFilter - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен