VCCustomBuildRule.AddBooleanProperty (Método)

Agrega una propiedad boolean con la regla de compilación personalizada con el nombre especificado.

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: System.String
    El 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)