Compartilhar via


Método DatabaseProjectConfigurationExtender.GetConfigurationPropertyAsBool

Tenta obter a propriedade de configuração como um Boolean.

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

Sintaxe

'Declaração
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

Parâmetros

  • defaultValue
    Tipo: System.Boolean
    O valor a retornar se o valor da propriedade não pode ser convertido para um valor booleano.

Valor de retorno

Tipo: System.Boolean
O valor da propriedade.

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectConfigurationExtender Classe

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