ActionStyle.Keys-Eigenschaft
Dieses Element überschreibt StyleBase.Keys, und in diesem Thema ist ggf. eine vollständigere Dokumentation verfügbar.Dieses Element überschreibt StyleBase.Keys.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Keys As ICollection
Get
'Usage
Dim instance As ActionStyle
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
Eigenschaftswert
Typ: 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.