Freigeben über


VCCustomBuildRule.AddBooleanProperty-Methode

Fügt der benutzerdefinierten Regel mit dem angegebenen Namen eine Boolean-Eigenschaft hinzu.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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

Parameter

  • Name
    Typ: String

    Der Name der neuen booleschen Eigenschaft.

Rückgabewert

Typ: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeBooleanProperty
Ein VCRuntimeBooleanProperty-Objekt.

Hinweise

Gibt der neuen booleschen Eigenschaft zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCustomBuildRule Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace