Partilhar via


Método AdoDotNetConnectionProperties.TryGetValue

Retorna um valor que corresponde à chave fornecida chamar esse método na classe base do construtor de cadeia de conexão do .NET Framework (DbConnectionStringBuilder).

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Overridable Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
public virtual bool TryGetValue(
    string key,
    out Object value
)
public:
virtual bool TryGetValue(
    String^ key, 
    [OutAttribute] Object^% value
)
abstract TryGetValue : 
        key:string * 
        value:Object byref -> bool 
override TryGetValue : 
        key:string * 
        value:Object byref -> bool 
public function TryGetValue(
    key : String, 
    value : Object
) : boolean

Parâmetros

  • value
    Tipo: System.Object%
    Parâmetro de saída.Contém o valor da propriedade, a propriedade se existe.

Valor de retorno

Tipo: System.Boolean
true se a propriedade for encontrada; caso contrário, false.

Implementações

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet