Свойство StyleBase.Keys

Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Keys As ICollection 
    Get
'Применение
Dim instance As StyleBase 
Dim value As ICollection 

value = instance.Keys
public virtual ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
    ICollection^ get ();
}
abstract Keys : ICollection 
override Keys : ICollection
function get Keys () : ICollection

Значение свойства

Тип: System.Collections.ICollection
Returns a NameObjectCollectionBase.KeysCollection that contains all the keys in the collection. For more information on the NameObjectCollectionBase, see "NameObjectCollectionBase Class" in the Microsoft .NET Framework SDK documentation.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.ReportRendering