Partager via


DatabaseProjectConfigurationExtender.GetConfigurationPropertyAsBool, méthode

Tente d'obtenir la propriété de configuration en tant que Boolean.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Protected Function GetConfigurationPropertyAsBool ( _
    propertyName As String, _
    defaultValue As Boolean _
) As Boolean
protected bool GetConfigurationPropertyAsBool(
    string propertyName,
    bool defaultValue
)
protected:
bool GetConfigurationPropertyAsBool(
    String^ propertyName, 
    bool defaultValue
)
member GetConfigurationPropertyAsBool : 
        propertyName:string * 
        defaultValue:bool -> bool 
protected function GetConfigurationPropertyAsBool(
    propertyName : String, 
    defaultValue : boolean
) : boolean

Paramètres

  • defaultValue
    Type : System.Boolean
    Valeur à retourner si la valeur de la propriété ne peut pas être convertie en une valeur booléenne.

Valeur de retour

Type : System.Boolean
Valeur de la propriété.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectConfigurationExtender Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms