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


VCPlatform2.IsExecutable - метод

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

Синтаксис

'Декларация
Function IsExecutable ( _
    Path As String _
) As Boolean
bool IsExecutable(
    string Path
)
bool IsExecutable(
    [InAttribute] String^ Path
)
abstract IsExecutable : 
        Path:string -> bool
function IsExecutable(
    Path : String
) : boolean

Параметры

  • Path
    Тип: String

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

Тип: Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

VCPlatform2 Интерфейс

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