Compartir a través de


DatabaseProjectConfigurationExtender.GetConfigurationPropertyAsBool (Método)

Intenta obtener la propiedad de configuración como un valor de tipo Boolean.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Valor que se va a devolver si el valor de la propiedad no se puede convertir a un valor booleano.

Valor devuelto

Tipo: System.Boolean
Valor de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectConfigurationExtender Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)