Freigeben über


DataConnectionProperties.Keys-Eigenschaft

Ruft eine Auflistung der aktuellen Eigenschaftentastennamen ab.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Keys As ICollection(Of String)
[BrowsableAttribute(false)]
public ICollection<string> Keys { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Keys : ICollection<string> with get
[<BrowsableAttribute(false)>]
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Eigenschaftswert

Typ: ICollection<String>
Eine Auflistung der aktuellen Eigenschaftentastennamen.

Implementiert

IDictionary.Keys

.NET Framework-Sicherheit

Siehe auch

Referenz

DataConnectionProperties Klasse

Microsoft.VisualStudio.Data.Framework-Namespace