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
- propertyName
Tipo: System.String
El nombre de la propiedad.
- 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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DatabaseProjectConfigurationExtender Clase
Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)