Compartir a través de


VCCustomBuildRule.AddIntegerProperty (Método)

Agrega una propiedad entera a la regla de compilación personalizada con el nombre proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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

Parámetros

  • Name
    Tipo: String

    Nombre de la propiedad de entero.

Valor devuelto

Tipo: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
Un objeto VCRuntimeIntegerProperty.

Comentarios

AddIntegerProperty devuelve la nueva propiedad entera.

Seguridad de .NET Framework

Vea también

Referencia

VCCustomBuildRule Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)