Compartir a través de


VCCustomBuildRule.AddBooleanProperty (Método)

Agrega una propiedad de valor booleano 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 AddBooleanProperty ( _
    Name As String _
) As VCRuntimeBooleanProperty
VCRuntimeBooleanProperty AddBooleanProperty(
    string Name
)
VCRuntimeBooleanProperty^ AddBooleanProperty(
    [InAttribute] String^ Name
)
abstract AddBooleanProperty : 
        Name:string -> VCRuntimeBooleanProperty
function AddBooleanProperty(
    Name : String
) : VCRuntimeBooleanProperty

Parámetros

  • Name
    Tipo: String

    Nombre de la nueva propiedad Boolean.

Valor devuelto

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

Comentarios

Devuelve la nueva propiedad boolean.

Seguridad de .NET Framework

Vea también

Referencia

VCCustomBuildRule Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)