Właściwość Style.Keys
Pobiera NameObjectCollectionBase.KeysCollection wystąpienie, które zawiera wszystkie klucze z NameObjectCollectionBase instancji.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property Keys As ICollection
Get
'Użycie
Dim instance As Style
Dim value As ICollection
value = instance.Keys
public override ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
ICollection^ get () override;
}
abstract Keys : ICollection
override Keys : ICollection
override function get Keys () : ICollection
Wartość właściwości
Typ: System.Collections.ICollection
A NameObjectCollectionBase.KeysCollection zawiera wszystkie klucze kolekcja.Więcej informacji na temat NameObjectCollectionBase, zobacz "Klasa NameObjectCollectionBase" w programie Microsoft.Dokumentacja NET Framework SDK.