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


VCCustomBuildRule.AddIntegerProperty - метод

Добавляет свойство целого числа к настраиваемому правилу построения с данным именем.

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

Синтаксис

'Декларация
Function AddIntegerProperty ( _
    Name As String _
) As VCRuntimeIntegerProperty
VCRuntimeIntegerProperty AddIntegerProperty(
    string Name
)
VCRuntimeIntegerProperty^ AddIntegerProperty(
    [InAttribute] String^ Name
)
abstract AddIntegerProperty : 
        Name:string -> VCRuntimeIntegerProperty
function AddIntegerProperty(
    Name : String
) : VCRuntimeIntegerProperty

Параметры

  • Name
    Тип: String

    Имя свойства целого числа.

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

Тип: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
Объект VCRuntimeIntegerProperty.

Заметки

AddIntegerProperty возвращает новое свойство целые числа.

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

См. также

Ссылки

VCCustomBuildRule Интерфейс

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