Condividi tramite


Proprietà DataConnectionProperties.IDictionary.Keys

Recupera ICollection contenente le chiavi per IDictionary.

Spazio dei nomi:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Keys As ICollection 
    Implements IDictionary.Keys
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection with get 
private override Keys : ICollection with get
JScript non supporta le implementazioni esplicite dell'interfaccia.

Valore proprietà

Tipo: ICollection
Restituisce ICollection contenente le chiavi per IDictionary.

Implementa

IDictionary.Keys

Note

Questo metodo fornisce un'implementazione della proprietà Keys. Per ulteriori informazioni vedere la proprietà Keys nella libreria di classi .NET Framework.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data