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
- propertyName
Type : System.String
Nom de la propriété.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectConfigurationExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms