Freigeben über


IDatabaseProjectNode.GetProjectPropertyAsBoolean-Methode

Gibt den Wert einer Projekteigenschaft als Boolean zurück.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function GetProjectPropertyAsBoolean ( _
    propertyName As String, _
    resetCache As Boolean, _
    defaultValue As Boolean _
) As Boolean
bool GetProjectPropertyAsBoolean(
    string propertyName,
    bool resetCache,
    bool defaultValue
)
bool GetProjectPropertyAsBoolean(
    String^ propertyName, 
    bool resetCache, 
    bool defaultValue
)
abstract GetProjectPropertyAsBoolean : 
        propertyName:string * 
        resetCache:bool * 
        defaultValue:bool -> bool 
function GetProjectPropertyAsBoolean(
    propertyName : String, 
    resetCache : boolean, 
    defaultValue : boolean
) : boolean

Parameter

  • resetCache
    Typ: System.Boolean
    true , wenn der MSBuild-Eigenschaftencache erneut verarbeitet werden soll.
  • defaultValue
    Typ: System.Boolean
    Der Standardwert des booleschen Werts, falls der Zeichenfolgenwert leer oder nicht gültig ist.

Rückgabewert

Typ: System.Boolean
Der aktuelle Wert der Projekteigenschaft als Boolean.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectNode Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace